.run_ce.sh 377 字节
Newer Older
u010070587's avatar
u010070587 已提交
1 2 3 4 5 6 7 8 9
#!/bin/bash
#This file is only used for continuous evaluation.
export FLAGS_cudnn_deterministic=true
export CUDA_VISIBLE_DEVICES=0
python train_conv.py --use_gpu 1 --num_epochs=1  --enable_ce | python _ce.py
python train_dyn_rnn.py --use_gpu 1 --num_epochs=1  --enable_ce | python _ce.py 
python train_stacked_lstm.py --use_gpu 1 --num_epochs=1  --enable_ce | python _ce.py