提交 5268da59 编写于 作者: X xiexionghang

codestyle

上级 6c6a7a14
...@@ -41,7 +41,7 @@ def inference(): ...@@ -41,7 +41,7 @@ def inference():
net = fluid.layers.fc( net = fluid.layers.fc(
input = net, input = net,
size = fc_layers_size[i], size = fc_layers_size[i],
name = 'fc_' + str(i+1), name = 'fc_' + str(i + 1),
act = fc_layers_act[i], act = fc_layers_act[i],
param_attr = \ param_attr = \
fluid.ParamAttr(learning_rate=lr_x, \ fluid.ParamAttr(learning_rate=lr_x, \
......
...@@ -37,7 +37,7 @@ def inference(): ...@@ -37,7 +37,7 @@ def inference():
net = fluid.layers.fc( net = fluid.layers.fc(
input = net, input = net,
size = fc_layers_size[i], size = fc_layers_size[i],
name = 'fc_' + str(i+1), name = 'fc_' + str(i + 1),
act = fc_layers_act[i], act = fc_layers_act[i],
param_attr = \ param_attr = \
fluid.ParamAttr(learning_rate=lr_x, \ fluid.ParamAttr(learning_rate=lr_x, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册