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/30 01:18:39 UTC

[GitHub] sandeep-krishnamurthy commented on a change in pull request #10140: [MXNET-121] Docs page for ONNX module.

sandeep-krishnamurthy commented on a change in pull request #10140: [MXNET-121] Docs page for ONNX module.
URL: https://github.com/apache/incubator-mxnet/pull/10140#discussion_r178216594
 
 

 ##########
 File path: docs/api/python/contrib/onnx.md
 ##########
 @@ -0,0 +1,49 @@
+# ONNX-MXNet API
+
+## Overview
+
+[ONNX](https://onnx.ai/) is an open format to represent deep learning models. With ONNX as an intermediate representation, it is easier to move models between state-of-the-art tools and frameworks for training and inference.
+
+The `mxnet.contrib.onnx` package refers to the APIs and interfaces that implement ONNX model format support for Apache MXNet.
+
+With ONNX format support for MXNet, developers can build and train models with a [variety of deep learning frameworks](http://onnx.ai/supported-tools), and import these models into MXNet to run them for inference and training using MXNet’s highly optimized engine.
 
 Review comment:
   also for re training and transfer learning usecases right?

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