游雁
2024-04-29 8f596af4be1c2e5c4e4b4a7008ba96f412d40fca
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)