Skip to content

Commit

Permalink
CI test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Nov 23, 2023
1 parent e339dbd commit 7ef06f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/run-multi-corpora-zipformer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ls -lh $repo/test_wavs/*.wav

./zipformer/pretrained.py \
--checkpoint $repo/exp/pretrained.pt \
--tokens $repo/data/lang_bbpe_2000/tokens.txt \
--bpe-model $repo/data/lang_bbpe_2000/bbpe.model \
--method greedy_search \
$repo/test_wavs/_1634_210_2577_1_1525157964032_3712259_29.wav \
$repo/test_wavs/_1634_210_2577_1_1525157964032_3712259_55.wav \
Expand All @@ -126,7 +126,7 @@ for method in modified_beam_search fast_beam_search; do
--method $method \
--beam-size 4 \
--checkpoint $repo/exp/pretrained.pt \
--tokens $repo/data/lang_bbpe_2000/tokens.txt \
--bpe-model $repo/data/lang_bbpe_2000/bbpe.model \
$repo/test_wavs/_1634_210_2577_1_1525157964032_3712259_29.wav \
$repo/test_wavs/_1634_210_2577_1_1525157964032_3712259_55.wav \
$repo/test_wavs/_1634_210_2577_1_1525157964032_3712259_75.wav
Expand Down

0 comments on commit 7ef06f6

Please sign in to comment.