Closed mmrahorovic closed 2 years ago
Thanks for flagging this. Addressed by #57 which is now merged into dev
. For future reference, the correct URL format to retrieve the raw data for these test ONNX models now looks like https://github.com/onnx/models/raw/main/vision/classification
(so "raw" instead of "tree").
Problem
Trying to retrieve an ONNX model via an URL fails. The returned .onnx model is not complete and when trying to wrap, an error message is returned saying:
google.protobuf.message.DecodeError: Protobuf decoding consumed too few bytes: 84 out of 184640
.Specifically:
Desired behaviour
To be able to download the complete ONNX model without HTML markup.