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

codestyle

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