diff --git a/fluid/PaddleCV/gan/c_gan/.run_ce.sh b/fluid/PaddleCV/gan/c_gan/.run_ce.sh index 7dee419d90a9719f6c9790f0ffc0b50c69870815..eb43acc363e66e10f6ae4052e426dfa25b2d3e8f 100755 --- a/fluid/PaddleCV/gan/c_gan/.run_ce.sh +++ b/fluid/PaddleCV/gan/c_gan/.run_ce.sh @@ -3,7 +3,7 @@ # This file is only used for continuous evaluation. export FLAGS_cudnn_deterministic=True export ce_mode=1 -(CUDA_VISIBLE_DEVICES=6 python c_gan.py --batch_size=121 --epoch=1 --run_ce=True --use_gpu=True & \ -CUDA_VISIBLE_DEVICES=7 python dc_gan.py --batch_size=121 --epoch=1 --run_ce=True --use_gpu=True) | python _ce.py +(CUDA_VISIBLE_DEVICES=2 python c_gan.py --batch_size=121 --epoch=1 --run_ce=True --use_gpu=True & \ +CUDA_VISIBLE_DEVICES=3 python dc_gan.py --batch_size=121 --epoch=1 --run_ce=True --use_gpu=True) | python _ce.py