.run_ce.sh 209 字节
Newer Older
P
phlrain 已提交
1 2 3 4 5 6 7 8 9 10 11
export CUDA_VISIBLE_DEVICES=0
cd data 
sh download_data.sh
cd ..

python  train.py \
    --data_path data/simple-examples/data/ \
    --model_type small \
    --use_gpu True \
    --enable_ce | python _ce.py