Increase epoch count in train tests to guarantee outputs in 8kHz mode

This commit is contained in:
Reuben Morais 2020-02-18 18:11:16 +01:00
parent 78e8dfdf38
commit 559042a218
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ mv "${DS_ROOT_TASK}/DeepSpeech/ds/data/smoke_test/${sample_name}" "${DS_ROOT_TAS
pushd ${HOME}/DeepSpeech/ds/ pushd ${HOME}/DeepSpeech/ds/
# Run twice to test preprocessed features # Run twice to test preprocessed features
time ./bin/run-tc-ldc93s1_new.sh 219 "${sample_rate}" time ./bin/run-tc-ldc93s1_new.sh 249 "${sample_rate}"
time ./bin/run-tc-ldc93s1_new.sh 1 "${sample_rate}" time ./bin/run-tc-ldc93s1_new.sh 1 "${sample_rate}"
time ./bin/run-tc-ldc93s1_tflite.sh "${sample_rate}" time ./bin/run-tc-ldc93s1_tflite.sh "${sample_rate}"
popd popd