[
https://issues.apache.org/jira/browse/MXNET-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391764#comment-16391764
]
ASF GitHub Bot commented on MXNET-34:
-------------------------------------
anirudhacharya commented on a change in pull request #9963: [MXNET-34] Onnx
Module to import onnx models into mxnet
URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r173257102
##########
File path: python/mxnet/contrib/__init__.py
##########
@@ -28,5 +28,5 @@
from . import tensorboard
from . import text
-
+from . import onnx
Review comment:
This import is for mxnet.contrib.onnx package which will ship as part of the
code and not the 'onnx' package which we are installing in CI setup process. So
package will always be present.
Following is the folder structure of the new mxnet.contrib.onnx module that
is being added in this PR.

Please let me know if this wrong, and if I have to change something.
----------------------------------------------------------------
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:
[email protected]
> Onnx Module to import onnx models into mxnet
> --------------------------------------------
>
> Key: MXNET-34
> URL: https://issues.apache.org/jira/browse/MXNET-34
> Project: Apache MXNet
> Issue Type: Task
> Reporter: Rajan
> Priority: Major
>
> This module tries to import onnx models into mxnet.
>
>
> Github pull request: [https://github.com/apache/incubator-mxnet/pull/9963]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]