Skip to content

Commit

Permalink
fixing the CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Jan 30, 2024
1 parent a1177c9 commit 7600268
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/run-multi-corpora-zipformer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ ls -lh $repo/exp/*.pt
--tokens $repo/data/lang_bpe_2000/tokens.txt \
--use-ctc 1 \
--causal 1 \
--chunk-size 16 \
--left-context-frames 128 \
--method greedy_search \
$repo/test_wavs/DEV_T0000000000.wav \
$repo/test_wavs/DEV_T0000000001.wav \
Expand All @@ -136,6 +138,8 @@ for method in modified_beam_search fast_beam_search; do
--beam-size 4 \
--use-ctc 1 \
--causal 1 \
--chunk-size 16 \
--left-context-frames 128 \
--checkpoint $repo/exp/epoch-99.pt \
--tokens $repo/data/lang_bpe_2000/tokens.txt \
$repo/test_wavs/DEV_T0000000000.wav \
Expand Down

0 comments on commit 7600268

Please sign in to comment.