游雁
2024-03-25 817ff41fbc5afbde346db62ad5e28e33178a622a
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="master")
model = AutoModel(model="iic/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch",)
res = model.export(type="onnx", quantize=False)
print(res)