anirudhacharya closed pull request #10909: ONNX Documentation change.
URL: https://github.com/apache/incubator-mxnet/pull/10909
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/api/python/contrib/onnx.md b/docs/api/python/contrib/onnx.md
index 44aabaf4419..f1f3af8e646 100644
--- a/docs/api/python/contrib/onnx.md
+++ b/docs/api/python/contrib/onnx.md
@@ -13,7 +13,7 @@ With ONNX format support for MXNet, developers can build and 
train models with a
 ```
 
 ### Installation Instructions
-- To use this module developers need to **install ONNX**, which requires 
protobuf compiler to be installed separately. Please follow the [instructions 
to install ONNX and its 
dependencies](https://github.com/onnx/onnx#installation). Once installed, you 
can go through the tutorials on how to use this module.
+- To use this module developers need to **install ONNX**, which requires the 
protobuf compiler to be installed separately. Please follow the [instructions 
to install ONNX and its 
dependencies](https://github.com/onnx/onnx#installation). **MXNet currently 
supports ONNX v1.1.1**. Once installed, you can go through the tutorials on how 
to use this module.
 
 
 This document describes all the ONNX-MXNet APIs.
@@ -47,4 +47,4 @@ This document describes all the ONNX-MXNet APIs.
 
 ```
 
-<script>auto_index("api-reference");</script>
\ No newline at end of file
+<script>auto_index("api-reference");</script>


 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to