test.sh 368 字节
Newer Older
Y
Yibing Liu 已提交
1
export CUDA_VISIBLE_DEVICES=0
2
python -u ../test_and_evaluate.py --use_cuda \
Y
Yibing Liu 已提交
3
                --data_path ./data/data.pkl \
Y
Yibing Liu 已提交
4 5 6
                --save_path ./step_3900 \
                --model_path ./models/step_3900 \
                --batch_size 200 \
Y
Yibing Liu 已提交
7 8 9 10
                --vocab_size 434512 \
                --emb_size 200 \
                --_EOS_ 28270