From 7edc0c6d0a4e3296af661c25646bb25b19ecf7be Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Mon, 23 Aug 2021 08:55:46 +0800 Subject: [PATCH] Minor fixes. --- .github/workflows/run-yesno-recipe.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-yesno-recipe.yml b/.github/workflows/run-yesno-recipe.yml index 1b7bcfc23..7e36139a3 100644 --- a/.github/workflows/run-yesno-recipe.yml +++ b/.github/workflows/run-yesno-recipe.yml @@ -79,6 +79,11 @@ jobs: cd egs/yesno/ASR ./prepare.sh - python3 ./tdnn/train.py --num-epochs 60 - python3 ./tdnn/decode.py --epoch 59 + python3 ./tdnn/train.py --num-epochs 100 + python3 ./tdnn/decode.py --epoch 99 + python3 ./tdnn/decode.py --epoch 95 + python3 ./tdnn/decode.py --epoch 90 + python3 ./tdnn/decode.py --epoch 80 + python3 ./tdnn/decode.py --epoch 70 + python3 ./tdnn/decode.py --epoch 60 # TODO: Check that the WER is less than some value