游雁
2024-05-30 6d3a3da8a8c7d1be9740a9b2d6fac767f8dfff17
examples/industrial_data_pretraining/fsmn_vad_streaming/export.py
@@ -17,7 +17,9 @@
from funasr import AutoModel
model = AutoModel(model="/Users/zhifu/.cache/modelscope/hub/iic/speech_fsmn_vad_zh-cn-16k-common-pytorch")
model = AutoModel(
    model="/Users/zhifu/.cache/modelscope/hub/iic/speech_fsmn_vad_zh-cn-16k-common-pytorch"
)
res = model.export(type="onnx", quantize=False)
print(res)