Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Correct ONNX documentation (#15914)
Browse files Browse the repository at this point in the history
  • Loading branch information
vandanavk authored and aaronmarkham committed Aug 26, 2019
1 parent 9410cc4 commit 72c180c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ List of Contributors
* [Rohit Srivastava](https://github.com/access2rohit)
* [Caner Turkmen](https://github.com/canerturkmen)
* [Disi A](https://github.com/adis300)
* [Vandana Kannan](https://github.com/vandanavk)

Label Bot
---------
Expand Down
2 changes: 1 addition & 1 deletion docs/api/python/contrib/onnx.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 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.2.1**. 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.3**. Once installed, you can go through the tutorials on how to use this module.


This document describes all the ONNX-MXNet APIs.
Expand Down
2 changes: 1 addition & 1 deletion python/mxnet/contrib/onnx/mx2onnx/export_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def export_model(sym, params, input_shape, input_type=np.float32,
"""Exports the MXNet model file, passed as a parameter, into ONNX model.
Accepts both symbol,parameter objects as well as json and params filepaths as input.
Operator support and coverage -
https://cwiki.apache.org/confluence/display/MXNET/MXNet-ONNX+Integration
https://cwiki.apache.org/confluence/display/MXNET/ONNX+Operator+Coverage
Parameters
----------
Expand Down

0 comments on commit 72c180c

Please sign in to comment.