.run_ce.sh 254 字节
Newer Older
1 2 3 4 5 6 7 8 9
#!/bin/bash

# This file is only used for continuous evaluation.
# dygraph single card
export FLAGS_cudnn_deterministic=True
export CUDA_VISIBLE_DEVICES=5
python -u train.py --ce --epoch 1 | python _ce.py
#python train.py --ce --epoch 1 | python _ce.py