From 60223fe71213aafacfb3c1cf867b2b762c6d2d85 Mon Sep 17 00:00:00 2001 From: Dang Qingqing Date: Fri, 9 Nov 2018 03:06:12 +0000 Subject: [PATCH] Remove the redundant code. --- fluid/PaddleCV/object_detection/mobilenet_ssd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/fluid/PaddleCV/object_detection/mobilenet_ssd.py b/fluid/PaddleCV/object_detection/mobilenet_ssd.py index b87c0558..c504aefd 100644 --- a/fluid/PaddleCV/object_detection/mobilenet_ssd.py +++ b/fluid/PaddleCV/object_detection/mobilenet_ssd.py @@ -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) -- GitLab