AbstractPhil commited on
Commit
32a85ac
·
verified ·
1 Parent(s): 6a34fcd

Update two_stream_shunt_adapter.py

Browse files
Files changed (1) hide show
  1. two_stream_shunt_adapter.py +1 -1
two_stream_shunt_adapter.py CHANGED
@@ -2,7 +2,7 @@ from typing import Tuple
2
 
3
  import torch
4
  import torch.nn as nn
5
- #from .configs import ENCODER_CONFIGS, HARMONIC_SHUNT_REPOS
6
 
7
 
8
  class DualConversionNames:
 
2
 
3
  import torch
4
  import torch.nn as nn
5
+ from . import ENCODER_CONFIGS, HARMONIC_SHUNT_REPOS
6
 
7
 
8
  class DualConversionNames: