Skip to content

Commit

Permalink
Add use-mux to finetune commands (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkufool authored Mar 26, 2024
1 parent bb9ebcf commit b156b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions egs/gigaspeech/KWS/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
--exp-dir zipformer/exp_finetune \
--bpe-model data/lang_bpe_500/bpe.model \
--use-fp16 1 \
--use-mux 1 \
--decoder-dim 320 \
--joiner-dim 320 \
--num-encoder-layers 1,1,1,1,1,1 \
Expand Down
1 change: 1 addition & 0 deletions egs/wenetspeech/KWS/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
--lang-dir ./data/lang_partial_tone \
--pinyin-type partial_with_tone \
--use-fp16 1 \
--use-mux 1 \
--decoder-dim 320 \
--joiner-dim 320 \
--num-encoder-layers 1,1,1,1,1,1 \
Expand Down

0 comments on commit b156b6c

Please sign in to comment.