提交 060b949e 编写于 作者: R ranqiu92 提交者: GitHub

Merge pull request #399 from ranqiu92/lm

Fix bugs of generate_sequence_by_rnn_lm
......@@ -109,7 +109,7 @@ def main():
test_reader = paddle.batch(
paddle.reader.shuffle(
reader.rnn_reader(**reader_args), buf_size=65536),
batch_size=config.batch_size)
batch_size=conf.batch_size)
train(
topology=cost,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册