chenm-123

Results 3 comments of chenm-123

请问下,导出FP16的代码有开源吗?能否参考下,我们想要导出动态batchsize的模型

https://github.com/coolhuhu/FireRedASR-AED-ONNX/issues/1 该脚本导出的非量化的onnx模型,使用test_onnx_model.py测试时报错,模型不正常:onnxruntime.capi.onnxruntime_pybind11_state.InvalidProtobuf: [ONNXRuntimeError] : 7 : INVALID_PROTOBUF : Load model from onnx_encoder/encoder.onnx failed:Protobuf parsing failed. [ERROR] 2025-11-17-12:29:29 (PID:6585, Device:-1, RankID:-1) ERR99999 UNKNOWN applicaiton exception 但是int8量化的模型测试时成功。