fix train.sh

pull/1091/head
Hui Zhang 4 years ago
parent c9626eb512
commit d914018592

@ -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