fix run.sh script in wenetspeech KWS (#1584)

Co-authored-by: Hao You <13182720519@sina.cn>
This commit is contained in:
yh646492956 2024-04-09 15:16:12 +08:00 committed by GitHub
parent 1732dafe24
commit f5d7818733
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,11 +119,11 @@ if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
# We recommend to start from an averaged model # We recommend to start from an averaged model
finetune_ckpt=zipformer/exp/pretrained.pt finetune_ckpt=zipformer/exp/pretrained.pt
./zipformer/finetune.py \ python ./zipformer/finetune.py \
--world-size 4 \ --world-size 4 \
--num-epochs 10 \ --num-epochs 10 \
--start-epoch 1 \ --start-epoch 1 \
--exp-dir zipformer/exp_finetune --exp-dir zipformer/exp_finetune \
--lang-dir ./data/lang_partial_tone \ --lang-dir ./data/lang_partial_tone \
--pinyin-type partial_with_tone \ --pinyin-type partial_with_tone \
--use-fp16 1 \ --use-fp16 1 \