Merge pull request #1952 from mozilla/faster-ldc93s1.sh

Make bin/run-ldc93s1.sh run faster
This commit is contained in:
Reuben Morais 2019-03-13 14:00:20 +00:00 committed by GitHub
commit 1a114c463b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" \
"$@"