提交 1315cdfc 编写于 作者: W wangjingyeye

add db++

上级 9422629c
......@@ -209,7 +209,6 @@ class ResNet(nn.Layer):
for block in range(len(depth)):
shortcut = False
block_list = []
# is_dcn = self.dcn_stage[block]
for i in range(depth[block]):
conv_name = "res" + str(block + 2) + chr(97 + i)
basic_block = self.add_sublayer(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册