提交 72ae22b1 编写于 作者: C Chen Weihang 提交者: hong

fix repeat name error in se_resnet (#4204)

上级 a269043a
......@@ -99,8 +99,7 @@ class ConvBNLayer(fluid.dygraph.Layer):
padding=(filter_size - 1) // 2,
groups=groups,
act=None,
bias_attr=False,
param_attr=fluid.ParamAttr(name="weights"))
bias_attr=False)
self._batch_norm = BatchNorm(num_filters, act=act)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册