游雁
2024-06-06 9633e64bb1d7aef3ea49fe1e4ed3d7fab838b52e
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)