未验证 提交 70b20357 编写于 作者: W WuHaobo 提交者: GitHub

Update regnet.py

上级 892c5943
......@@ -206,7 +206,6 @@ class RegNet():
bias_attr=bias_attr,
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.
先完成此消息的编辑!
想要评论请 注册