Add use-mux to finetune commands (#1567)

This commit is contained in:
Wei Kang 2024-03-26 09:42:46 +08:00 committed by GitHub
parent bb9ebcfb06
commit b156b6c291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \