From 078c8722d39a8263dc9d46d79ace82772d7ae9cc Mon Sep 17 00:00:00 2001 From: jinzr <60612200+JinZr@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:26:40 +0800 Subject: [PATCH] fixed CI test --- .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 ef9cadcff..4618039db 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 attention-decoder; do --method $method \ --checkpoint $repo/exp/epoch-99.pt \ --tokens $repo/data/lang_bpe_500/tokens.txt \ + --HLG $repo/data/lang_bpe_500/HLG.pt \ $repo/test_wavs/1089-134686-0001.wav \ $repo/test_wavs/1221-135766-0001.wav \ $repo/test_wavs/1221-135766-0002.wav