Make bin/run-ldc93s1.sh run faster

This commit is contained in:
Reuben Morais 2019-03-13 10:18:16 -03:00
parent 3dc5f0e89a
commit a7367d4b40

View File

@ -23,7 +23,7 @@ python -u DeepSpeech.py \
--train_batch_size 1 \
--dev_batch_size 1 \
--test_batch_size 1 \
--n_hidden 494 \
--epoch 75 \
--n_hidden 100 \
--epoch 200 \
--checkpoint_dir "$checkpoint_dir" \
"$@"