diff --git a/examples/librispeech/s1/local/train.sh b/examples/librispeech/s1/local/train.sh index c57946a6..17a9e28d 100755 --- a/examples/librispeech/s1/local/train.sh +++ b/examples/librispeech/s1/local/train.sh @@ -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