Results 13 comments of Anirudh

The Reshape operator expects a shape attribute to be present. But the reshape operator in you model has no shape attribute. This is what is causing the error. I checked...

MXNet supports ONNX release v1.1 I see that the reshape operator definition has changed since then with this PR - https://github.com/onnx/onnx/pull/608 Reshape now expects shape as an input and not...

@bmharper I should have been more clear. The definition of Reshape changed on March 16th with this PR. MXNet supports ONNX v1.1.1 which includes commits till March 9th. So MXNet's...