From 111bbdb6d157d2f83249345da2114bc3f29af5c8 Mon Sep 17 00:00:00 2001 From: kolinwei <331911734@qq.com> Date: Tue, 15 Jan 2019 15:02:32 +0800 Subject: [PATCH] update c_gan .run_ce.sh (#1652) --- fluid/PaddleCV/gan/c_gan/.run_ce.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluid/PaddleCV/gan/c_gan/.run_ce.sh b/fluid/PaddleCV/gan/c_gan/.run_ce.sh index 7dee419d..eb43acc3 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 -- GitLab