Skip to content

Commit

Permalink
Update ONNX docs with the latest supported ONNX version (apache#11936)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhacharya authored and aaronmarkham committed Aug 6, 2018
1 parent 882d856 commit e95d8a1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/api/python/contrib/onnx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.
- 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.


This document describes all the ONNX-MXNet APIs.
Expand All @@ -24,6 +24,7 @@ This document describes all the ONNX-MXNet APIs.
mxnet.contrib.onnx.import_model
mxnet.contrib.onnx.get_model_metadata
mxnet.contrib.onnx.import_to_gluon
mxnet.contrib.onnx.export_model
```

Expand All @@ -49,10 +50,10 @@ This document describes all the ONNX-MXNet APIs.

```eval_rst
.. automodule:: mxnet.contrib.onnx
:members: import_model
:members: get_model_metadata
:members: export_model
.. automodule:: mxnet.contrib.onnx.import_model
.. automodule:: mxnet.contrib.onnx.get_model_metadata
.. automodule:: mxnet.contrib.onnx.import_to_gluon
.. automodule:: mxnet.contrib.onnx.export_model
```

Expand Down

0 comments on commit e95d8a1

Please sign in to comment.