From 559042a21846b1a3336486e014b9e0023794c00e Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Tue, 18 Feb 2020 18:11:16 +0100 Subject: [PATCH] Increase epoch count in train tests to guarantee outputs in 8kHz mode --- taskcluster/tc-train-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/tc-train-tests.sh b/taskcluster/tc-train-tests.sh index 5346f540..47bacfa8 100644 --- a/taskcluster/tc-train-tests.sh +++ b/taskcluster/tc-train-tests.sh @@ -78,7 +78,7 @@ mv "${DS_ROOT_TASK}/DeepSpeech/ds/data/smoke_test/${sample_name}" "${DS_ROOT_TAS pushd ${HOME}/DeepSpeech/ds/ # 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_tflite.sh "${sample_rate}" popd