From efd936489ddd321985f088202aaeb856e3db6a5b Mon Sep 17 00:00:00 2001 From: jinzr <60612200+JinZr@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:58:54 +0800 Subject: [PATCH] Update run-swbd-conformer-ctc-2023-08-26.sh --- .github/scripts/run-swbd-conformer-ctc-2023-08-26.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/run-swbd-conformer-ctc-2023-08-26.sh b/.github/scripts/run-swbd-conformer-ctc-2023-08-26.sh index 4d0613282..170252413 100755 --- a/.github/scripts/run-swbd-conformer-ctc-2023-08-26.sh +++ b/.github/scripts/run-swbd-conformer-ctc-2023-08-26.sh @@ -35,6 +35,7 @@ for method in ctc-decoding 1best nbest nbest-rescoring; do --method $method \ --checkpoint $repo/exp/epoch-99.pt \ --tokens $repo/data/lang_bpe_500/tokens.txt \ + --words-file $repo/data/lang_bpe_500/words.txt \ --HLG $repo/data/lang_bpe_500/HLG.pt \ --G $repo/data/lm/G_4_gram.pt \ $repo/test_wavs/1089-134686-0001.wav \