Skip to content

Commit

Permalink
"-" replace "_" fix writing error (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
NLPvv authored Jul 12, 2024
1 parent 19048e1 commit f6febd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions egs/gigaspeech/KWS/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
--encoder-dim 128,128,128,128,128,128 \
--encoder-unmasked-dim 128,128,128,128,128,128

python ./zipformer/export_onnx_streaming.py \
python ./zipformer/export-onnx-streaming.py \
--exp-dir zipformer/exp \
--tokens data/lang_bpe_500/tokens.txt \
--epoch 12 \
Expand Down Expand Up @@ -184,7 +184,7 @@ if [ $stage -le 5 ] && [ $stop_stage -ge 5 ]; then
--encoder-dim 128,128,128,128,128,128 \
--encoder-unmasked-dim 128,128,128,128,128,128

python ./zipformer/export_onnx_streaming.py \
python ./zipformer/export-onnx-streaming.py \
--exp-dir zipformer/exp_finetune \
--tokens data/lang_bpe_500/tokens.txt \
--epoch 10 \
Expand Down
4 changes: 2 additions & 2 deletions egs/wenetspeech/KWS/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
--encoder-dim 128,128,128,128,128,128 \
--encoder-unmasked-dim 128,128,128,128,128,128

python ./zipformer/export_onnx_streaming.py \
python ./zipformer/export-onnx-streaming.py \
--exp-dir zipformer/exp \
--tokens data/lang_partial_tone/tokens.txt \
--epoch 18 \
Expand Down Expand Up @@ -187,7 +187,7 @@ if [ $stage -le 5 ] && [ $stop_stage -ge 5 ]; then
--encoder-dim 128,128,128,128,128,128 \
--encoder-unmasked-dim 128,128,128,128,128,128

python ./zipformer/export_onnx_streaming.py \
python ./zipformer/export-onnx-streaming.py \
--exp-dir zipformer/exp_finetune \
--tokens data/lang_partial_tone/tokens.txt \
--epoch 10 \
Expand Down

0 comments on commit f6febd6

Please sign in to comment.