游雁
2024-03-25 b8715621af8a0f823365037e3c73ff9e0a7e1c50
examples/industrial_data_pretraining/paraformer/export.py
@@ -9,8 +9,7 @@
from funasr import AutoModel
model = AutoModel(model="iic/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch",
                  model_revision="v2.0.4")
model = AutoModel(model="iic/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch",)
res = model.export(type="onnx", quantize=False)
print(res)