mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 10:16:14 +00:00
Add use-mux to finetune commands
This commit is contained in:
parent
bb9ebcfb06
commit
0b72288ffe
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user