.run_ce.sh 209 字节
Newer Older
1 2 3 4 5 6
#!/bin/bash
#This file is only used for continuous evaluation.
export FLAGS_cudnn_deterministic=True
export CUDA_VISIBLE_DEVICES=0
python dc_gan.py --enable_ce true --epoch 1  --use_gpu True | python _ce.py