未验证 提交 8ea42994 编写于 作者: J Jiabin Yang 提交者: GitHub

Merge pull request #1437 from qingqing01/ssd_fix2

Remove the redundant code.
......@@ -24,8 +24,6 @@ def conv_bn(input,
use_cudnn=use_cudnn,
param_attr=parameter_attr,
bias_attr=False)
parameter_attr = ParamAttr(learning_rate=0.1, initializer=MSRA())
bias_attr = ParamAttr(learning_rate=0.2)
return fluid.layers.batch_norm(input=conv, act=act)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册