提交 2a0a5761 编写于 作者: Y yangyaming

Add non-linear activation.

上级 8266fcc3
......@@ -1649,4 +1649,4 @@ def row_conv(input, future_context_size, param_attr=None, act=None):
inputs={'X': [input],
'Filter': [filter_param]},
outputs={'Out': [out]})
return out
return helper.append_activation(out)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册