diff --git a/bin/run-ldc93s1.sh b/bin/run-ldc93s1.sh index 46efa667..8fe87e87 100755 --- a/bin/run-ldc93s1.sh +++ b/bin/run-ldc93s1.sh @@ -20,7 +20,8 @@ fi # and when trying to run on multiple devices (like GPUs), this will break export CUDA_VISIBLE_DEVICES=0 -python -u train.py --alphabet_config_path "data/alphabet.txt" --show_progressbar false \ +python -u train.py --alphabet_config_path "data/alphabet.txt" \ + --show_progressbar false \ --train_files data/ldc93s1/ldc93s1.csv \ --test_files data/ldc93s1/ldc93s1.csv \ --train_batch_size 1 \