提交 2ce7d216 编写于 作者: H Hongsheng Zeng 提交者: Bo Zhou

fix bug (#148)

上级 0ffd40bf
......@@ -464,7 +464,7 @@ def lstm_unit(forget_bias=0.0, param_attr=None, bias_attr=None, name=None):
cell_t_prev=cell_t_prev,
forget_bias=forget_bias,
param_attr=self.attr_holder.param_attr,
bias_attr=self.bias_attr)
bias_attr=self.attr_holder.bias_attr)
return LstmUnit_()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册