提交 16b8b748 编写于 作者: Y Yibing Liu

Use pyreader in dam training by default

上级 2e5b492c
...@@ -5,6 +5,7 @@ python -u ../train_and_evaluate.py --use_cuda \ ...@@ -5,6 +5,7 @@ python -u ../train_and_evaluate.py --use_cuda \
--ext_eval \ --ext_eval \
--word_emb_init ./data/word_embedding.pkl \ --word_emb_init ./data/word_embedding.pkl \
--save_path ./models \ --save_path ./models \
--use_pyreader \
--batch_size 256 \ --batch_size 256 \
--vocab_size 172130 \ --vocab_size 172130 \
--channel1_num 16 \ --channel1_num 16 \
......
...@@ -4,6 +4,7 @@ python -u ../train_and_evaluate.py --use_cuda \ ...@@ -4,6 +4,7 @@ python -u ../train_and_evaluate.py --use_cuda \
--data_path ./data/data.pkl \ --data_path ./data/data.pkl \
--word_emb_init ./data/word_embedding.pkl \ --word_emb_init ./data/word_embedding.pkl \
--save_path ./models \ --save_path ./models \
--use_pyreader \
--batch_size 256 \ --batch_size 256 \
--vocab_size 434512 \ --vocab_size 434512 \
--emb_size 200 \ --emb_size 200 \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册