fix train.sh

pull/820/head
Hui Zhang 3 years ago
parent 85674d22d4
commit 28a0a64153

@ -20,7 +20,7 @@ echo "using ${device}..."
mkdir -p exp
seed=10086
if [ ${seed} != 0]; then
if [ ${seed} != 0 ]; then
export FLAGS_cudnn_deterministic=True
fi

Loading…
Cancel
Save