未验证 提交 5ef02647 编写于 作者: W Wenyu 提交者: GitHub

fix hgnetv2 conv lr multi (#8163)

上级 4383428f
......@@ -76,6 +76,7 @@ class ConvBNAct(nn.Layer):
padding=padding
if isinstance(padding, str) else (kernel_size - 1) // 2,
groups=groups,
weight_attr=ParamAttr(learning_rate=lr_mult),
bias_attr=False)
self.bn = BatchNorm2D(
out_channels,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册