onnx / tutorials

Tutorials for creating and using ONNX models
Apache License 2.0
3.34k stars 626 forks source link

google.protobuf.message.DecodeError: Error parsing message #244

Open sjtugzx opened 3 years ago

sjtugzx commented 3 years ago

Hi there, When I tried to deploy my model with onnx/serving, I came across this proble "google.protobuf.message.DecodeError: Error parsing message".

I just followed each step of the onnx/serving-toturial, and I have no idea about how to fix it. Moreover, the onnx model provied by the tutorial can't be downloaded anymore.

danielbellhv commented 2 years ago

I, too, am getting a similar bug. Does DecodeError appear on onnx.load()? Your onnx model file may be corrupted.