提交 3b62e4d4 编写于 作者: W weishengyu

dbg

上级 7e1aa2d3
......@@ -85,7 +85,7 @@ class ConvBlock(TheseusLayer):
self.relu = nn.ReLU()
def forward(self, inputs, res_dict=None):
super(ConvBlock, self).forward(inputs, res_dict)
super(ConvBlock, self).forward(inputs, res_dict=res_dict)
x = self.conv1(inputs)
x = self.relu(x)
if self.groups == 2 or self.groups == 3 or self.groups == 4:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册