ERROR: onnxruntime.capi.onnxruntime_pybind11_state.InvalidProtobuf: [ONNXRuntimeError] : 7 : INVALID_PROTOBUF : Load model from ljspeech-jets-onnx/model.onnx failed:Protobuf parsing failed.
#1
by
anasalmana
- opened
I have this error:
onnxruntime.capi.onnxruntime_pybind11_state.InvalidProtobuf: [ONNXRuntimeError] : 7 : INVALID_PROTOBUF : Load model from ljspeech-jets-onnx/model.onnx failed:Protobuf parsing failed.
any idea how to solve it?
It looks like there is a conflict with the onnxruntime, onnx and/or protobuf. I'd try installing different version of those libraries to see.