未验证 提交 90dfa576 编写于 作者: T Tao Luo 提交者: GitHub

Merge pull request #637 from shippingwang/fix-book-04

fix 04 hard code
......@@ -38,7 +38,7 @@ HIDDEN_SIZE = 256
N = 5
BATCH_SIZE = 100
use_cuda = True # set to True if training with GPU
use_cuda = False # set to True if training with GPU
word_dict = paddle.dataset.imikolov.build_dict()
dict_size = len(word_dict)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册