AbstractPhil commited on
Commit
6fe73ee
·
verified ·
1 Parent(s): 19e2e87

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 .configs import ENCODER_CONFIGS, HARMONIC_SHUNT_REPOS
6
 
7
 
8
  class DualConversionNames: