xzk8559 commited on
Commit
ba82d5e
·
1 Parent(s): 97817b3

add model file

Browse files
models/encoders/helpers.py CHANGED
@@ -73,7 +73,7 @@ class Conv2d_Mod(Module):
73
 
74
  class bottleneck_IR_SE_MOD(Module):
75
  def __init__(self, in_channel, depth, stride):
76
- super(bottleneck_IR_SE_MOD, self).__init__()
77
  if in_channel == depth:
78
  self.shortcut_layer = MaxPool2d(1, stride)
79
  else:
 
73
 
74
  class bottleneck_IR_SE_MOD(Module):
75
  def __init__(self, in_channel, depth, stride):
76
+ super().__init__()
77
  if in_channel == depth:
78
  self.shortcut_layer = MaxPool2d(1, stride)
79
  else:
torch_utils/ops/__pycache__/__init__.cpython-38.pyc DELETED
Binary file (174 Bytes)
 
torch_utils/ops/__pycache__/bias_act.cpython-38.pyc DELETED
Binary file (8.37 kB)
 
torch_utils/ops/__pycache__/conv2d_gradfix.cpython-38.pyc DELETED
Binary file (7.26 kB)
 
torch_utils/ops/__pycache__/filtered_lrelu.cpython-38.pyc DELETED
Binary file (10.1 kB)
 
torch_utils/ops/__pycache__/upfirdn2d.cpython-38.pyc DELETED
Binary file (14.2 kB)