未验证 提交 a1c5c79d 编写于 作者: H Huihuang Zheng 提交者: GitHub

Fix StaticRNN Doc Example Code Chinese Comma Bug (#1794)

As the title
上级 f4cd6a85
......@@ -250,7 +250,7 @@ StaticRNN
# 用处理完的hidden变量更新prev变量。
rnn.update_memory(prev, hidden)
# 把每一步的hidden和word标记为输出。
rnn.output(hiddenword)
rnn.output(hidden, word)
result = rnn()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册