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/28 23:56:01 UTC

[GitHub] spidyDev commented on a change in pull request #10140: Docs page for ONNX module.

spidyDev commented on a change in pull request #10140: Docs page for ONNX module.
URL: https://github.com/apache/incubator-mxnet/pull/10140#discussion_r177922492
 
 

 ##########
 File path: docs/api/python/contrib/onnx.md
 ##########
 @@ -0,0 +1,111 @@
+# ONNX API
+
+## Overview
+
+The `mxnet.contrib.onnx` package refers to the APIs and interfaces that implements ONNX model format support for Apache MXNet.
+
+With ONNX format support for MXNet, developers can build and train models with PyTorch, CNTK, or Caffe2, and import these models into MXNet to run them for inference using MXNet’s highly optimized engine.
+
+```eval_rst
+.. warning:: This package contains experimental APIs and may change in the near future.
+```
+
+```eval_rst
+.. note:: **Install ONNX** which needs protobuf compiler to be installed separately. Please **follow the instructions to install ONNX** [here](https://github.com/onnx/onnx).
+```
+
+This document describes the ONNX APIs in mxnet.
 
 Review comment:
   This seems a bit confusing as we are describing ONNX API's . May be something like 
   "This document describes APIs to support ONNX in MXNet"

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