未验证 提交 53bdc09b 编写于 作者: B Bin Lu 提交者: GitHub

Update mobilenet_v1.py

上级 244e632d
......@@ -53,12 +53,10 @@ class ConvBNLayer(TheseusLayer):
stride=stride,
padding=padding,
groups=num_groups,
weight_attr=ParamAttr(
initializer=KaimingNormal()),
weight_attr=ParamAttr(initializer=KaimingNormal()),
bias_attr=False)
self.bn = BatchNorm(
num_filters)
self.bn = BatchNorm(num_filters)
self.relu = ReLU()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册