提交 57fa5f33 编写于 作者: W WuHaobo

remove the debug message

上级 df9bdc40
......@@ -193,7 +193,6 @@ class RegNet():
name=bn_name + '.output.1',
moving_mean_name=bn_name + '_mean',
moving_variance_name=bn_name + '_variance', )
# todo: to check the bn layer's eps and momentum, and relu_inplace
def shortcut(self, input, ch_out, stride, name):
ch_in = input.shape[1]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册