You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/04/26 03:07:10 UTC

[GitHub] anirudhacharya commented on issue #10694: Importing an ONNX model (from model zoo) to MXNet errors out

anirudhacharya commented on issue #10694: Importing an ONNX model (from model zoo) to MXNet errors out
URL: https://github.com/apache/incubator-mxnet/issues/10694#issuecomment-384498768
 
 
   These are the tests running on onnx CI with the latest master - https://github.com/onnx/onnx/blob/master/onnx/backend/test/case/model/__init__.py#L39. 
   
   ONNX v1.1 which we are using for our tests has one less than the list. This error is occurring while translating the convolution operator, and it would seem the translator is unable to find the channel information in the ONNX graph. But have to take a closer look. 
   
   Following three models have been added since the v1.1 release -
    - [emotion_ferplus](https://github.com/onnx/models/commits/master/emotion_ferplus)
    - [tiny yolo](https://github.com/onnx/models/commits/master/tiny_yolov2)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services