From fa215038e74fed7a553a0350a07ef31ee047e0e9 Mon Sep 17 00:00:00 2001 From: Shi Xian <40013335+R1ckShi@users.noreply.github.com> Date: 星期五, 19 四月 2024 14:52:41 +0800 Subject: [PATCH] Merge pull request #1635 from querryton/patch-1 --- examples/industrial_data_pretraining/fsmn_vad_streaming/export.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/industrial_data_pretraining/fsmn_vad_streaming/export.py b/examples/industrial_data_pretraining/fsmn_vad_streaming/export.py index 2c8fd4d..a3546e1 100644 --- a/examples/industrial_data_pretraining/fsmn_vad_streaming/export.py +++ b/examples/industrial_data_pretraining/fsmn_vad_streaming/export.py @@ -8,7 +8,7 @@ from funasr import AutoModel -model = AutoModel(model="iic/speech_fsmn_vad_zh-cn-16k-common-pytorch", model_revision="v2.0.4") +model = AutoModel(model="iic/speech_fsmn_vad_zh-cn-16k-common-pytorch") res = model.export(type="onnx", quantize=False) print(res) -- Gitblit v1.9.1