Cleaner lines for CI args
This commit is contained in:
parent
a050b076cb
commit
ae9280ef1a
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user