Skip to content

Commit

Permalink
fix run.sh script in wenetspeech KWS (#1584)
Browse files Browse the repository at this point in the history
Co-authored-by: Hao You <13182720519@sina.cn>
  • Loading branch information
yh646492956 and Hao You authored Apr 9, 2024
1 parent 1732daf commit f5d7818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egs/wenetspeech/KWS/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f5d7818

Please sign in to comment.