北念
2024-07-10 0fe232fd7b41ad24320447d51c07f14d0a807cf3
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)