提交 28fcf649 编写于 作者: S Superjom

edit review2

上级 f2b8303f
......@@ -201,10 +201,10 @@ def create_dnn(self, sent_vec, prefix):
fc = paddle.layer.fc(
input=_input_layer,
size=dim,
name=name,
act=paddle.activation.Tanh(),
param_attr=ParamAttr(name='%s.w' % name),
bias_attr=ParamAttr(name='%s.b' % name),
name=name,
)
_input_layer = fc
return _input_layer
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册