From ae9280ef1a716525f3815012b5c737d038af422c Mon Sep 17 00:00:00 2001 From: Josh Meyer Date: Wed, 21 Jul 2021 12:09:43 -0400 Subject: [PATCH] Cleaner lines for CI args --- bin/run-ldc93s1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \