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/03/02 17:59:35 UTC

[GitHub] anirudhacharya opened a new pull request #9963: Onnx Module to import onnx models into mxnet

anirudhacharya opened a new pull request #9963: Onnx Module to import onnx models into mxnet
URL: https://github.com/apache/incubator-mxnet/pull/9963
 
 
   ## Description ##
   This module tries to import onnx models into mxnet.
   
   ## Checklist ##
   ### Essentials ###
   - [-] Passed code style checking (`make lint`)
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
   - [-] Unit tests are added for small changes to verify correctness (e.g. adding a new operator)
   - [-] Code is well-documented:
   - [ ] For user-facing API changes, API doc string has been updated.
   - [-] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [-] API to import onnx models.
   
   ## Comments ##
   Following changes have been incorporated from a previous review.
   - Change package name to onnx from serde.
   - Remove onnx install time dependency
   - Remove Renamer class
   - Add apache license to files.
   - Refactor test files to tests/python folder.
   - Refactor Attribute converter logic.
   - Removed export folder.
   
   @sandeep-krishnamurthy @nswamy @Roshrini @spidydev @lupesko @reminisce @piiswrong @szha
   

----------------------------------------------------------------
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