提交 529fcbee 编写于 作者: zhaoyijin666's avatar zhaoyijin666

code style

上级 b26f5e4e
......@@ -138,8 +138,7 @@ class DNNmodel(object):
size=self._dnn_layer_dims[0],
act=paddle.activation.Relu())
self._fc_1 = paddle.layer.fc(
name="Relu2",
self._fc_1 = paddle.layer.fc(name="Relu2",
input=self._fc_0,
size=self._dnn_layer_dims[1],
act=paddle.activation.Relu())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册