Cleaner lines for CI args

This commit is contained in:
Josh Meyer 2021-07-21 12:09:43 -04:00
parent a050b076cb
commit ae9280ef1a

View File

@ -20,7 +20,8 @@ fi
# and when trying to run on multiple devices (like GPUs), this will break # and when trying to run on multiple devices (like GPUs), this will break
export CUDA_VISIBLE_DEVICES=0 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 \ --train_files data/ldc93s1/ldc93s1.csv \
--test_files data/ldc93s1/ldc93s1.csv \ --test_files data/ldc93s1/ldc93s1.csv \
--train_batch_size 1 \ --train_batch_size 1 \