removed deprecated param onnx

This commit is contained in:
jinzr 2023-07-06 15:24:33 +08:00
parent 9091045aff
commit 33cda91974

View File

@ -17,7 +17,6 @@ git lfs install
git clone $repo_url git clone $repo_url
repo=$(basename $repo_url) repo=$(basename $repo_url)
log "Display test files" log "Display test files"
tree $repo/ tree $repo/
ls -lh $repo/test_wavs/*.wav ls -lh $repo/test_wavs/*.wav
@ -33,8 +32,7 @@ log "Test exporting to ONNX format"
--exp-dir $repo/exp \ --exp-dir $repo/exp \
--lang-dir $repo/data/lang_char \ --lang-dir $repo/data/lang_char \
--epoch 99 \ --epoch 99 \
--avg 1 \ --avg 1
--onnx 1
log "Export to torchscript model" log "Export to torchscript model"