Skip to content

Commit

Permalink
Update run-multi-zh_hans-zipformer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Sep 7, 2023
1 parent 7cf5be7 commit 6f57e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/run-multi-zh_hans-zipformer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for sym in 1 2 3; do
./zipformer/pretrained.py \
--checkpoint $repo/exp/epoch-99.pt \
--tokens $repo/data/lang_bpe_2000/tokens.txt \
--decoding-method greedy_search \
--method greedy_search \
--max-sym-per-frame $sym \
$repo/test_wavs/DEV_T0000000000.wav \
$repo/test_wavs/DEV_T0000000001.wav \
Expand All @@ -45,7 +45,7 @@ for method in modified_beam_search beam_search fast_beam_search; do
log "$method"

./zipformer/pretrained.py \
--decoding-method $method \
--method $method \
--beam-size 4 \
--checkpoint $repo/exp/epoch-99.pt \
--tokens $repo/data/lang_bpe_2000/tokens.txt \
Expand Down

0 comments on commit 6f57e01

Please sign in to comment.