mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-13 11:04:18 +00:00
Update run-multi-zh_hans-zipformer.sh
This commit is contained in:
parent
bbe67243da
commit
92eb8bc22f
@ -30,7 +30,7 @@ log "Test exporting to ONNX format"
|
|||||||
|
|
||||||
./zipformer/export.py \
|
./zipformer/export.py \
|
||||||
--exp-dir $repo/exp \
|
--exp-dir $repo/exp \
|
||||||
--lang-dir $repo/data/lang_bpe_2000 \
|
--tokens $repo/data/lang_bpe_2000/tokens.txt \
|
||||||
--epoch 99 \
|
--epoch 99 \
|
||||||
--avg 1 \
|
--avg 1 \
|
||||||
--onnx 1
|
--onnx 1
|
||||||
@ -39,14 +39,14 @@ log "Export to torchscript model"
|
|||||||
|
|
||||||
./zipformer/export.py \
|
./zipformer/export.py \
|
||||||
--exp-dir $repo/exp \
|
--exp-dir $repo/exp \
|
||||||
--lang-dir $repo/data/lang_bpe_2000 \
|
--tokens $repo/data/lang_bpe_2000/tokens.txt \
|
||||||
--epoch 99 \
|
--epoch 99 \
|
||||||
--avg 1 \
|
--avg 1 \
|
||||||
--jit 1
|
--jit 1
|
||||||
|
|
||||||
./zipformer/export.py \
|
./zipformer/export.py \
|
||||||
--exp-dir $repo/exp \
|
--exp-dir $repo/exp \
|
||||||
--lang-dir $repo/data/lang_bpe_2000 \
|
--tokens $repo/data/lang_bpe_2000/tokens.txt \
|
||||||
--epoch 99 \
|
--epoch 99 \
|
||||||
--avg 1 \
|
--avg 1 \
|
||||||
--jit-trace 1
|
--jit-trace 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user