未验证 提交 0446ea09 编写于 作者: K kolinwei 提交者: GitHub

Update .run_ce.sh (#3275)

上级 a99dc2f0
...@@ -2,14 +2,14 @@ export CUDA_VISIBLE_DEVICES=0 ...@@ -2,14 +2,14 @@ export CUDA_VISIBLE_DEVICES=0
python train.py \ python train.py \
--data_path data/simple-examples/data/ \ --data_path data/simple-examples/data/ \
--model_type test \ --model_type small \
--use_gpu True \ --use_gpu True \
--rnn_model static \ --rnn_model static \
--enable_ce | python _ce.py --enable_ce | python _ce.py
python train.py \ python train.py \
--data_path data/simple-examples/data/ \ --data_path data/simple-examples/data/ \
--model_type test \ --model_type small \
--use_gpu True \ --use_gpu True \
--rnn_model padding \ --rnn_model padding \
--enable_ce | python _ce.py --enable_ce | python _ce.py
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册