mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
fix run.sh script in wenetspeech KWS (#1584)
Co-authored-by: Hao You <13182720519@sina.cn>
This commit is contained in:
parent
1732dafe24
commit
f5d7818733
@ -119,11 +119,11 @@ if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
|
||||
# We recommend to start from an averaged model
|
||||
finetune_ckpt=zipformer/exp/pretrained.pt
|
||||
|
||||
./zipformer/finetune.py \
|
||||
python ./zipformer/finetune.py \
|
||||
--world-size 4 \
|
||||
--num-epochs 10 \
|
||||
--start-epoch 1 \
|
||||
--exp-dir zipformer/exp_finetune
|
||||
--exp-dir zipformer/exp_finetune \
|
||||
--lang-dir ./data/lang_partial_tone \
|
||||
--pinyin-type partial_with_tone \
|
||||
--use-fp16 1 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user