Skip to content

Commit 07cdd7b

Browse files
hanzhaogangprasanthpul
authored andcommitted
Update MXNetONNXExport.ipynb (#86)
1 parent 7738fdb commit 07cdd7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tutorials/MXNetONNXExport.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"# Exporting MXNet models to ONNX\n",
88
"\n",
99
"In this tutorial, we will show how you can save MXNet models to ONNX format.\n",
10-
"ONNX exporter it a part of [MXNet repository](https://github.com/apache/incubator-mxnet/tree/master/python/mxnet/contrib/onnx/mx2onnx).\n",
10+
"ONNX exporter is a part of [MXNet repository](https://github.com/apache/incubator-mxnet/tree/master/python/mxnet/contrib/onnx/mx2onnx).\n",
1111
"\n",
1212
"Current MXNet-ONNX import and export operator support and coverage can be found [here](Operator support and coverage - https://cwiki.apache.org/confluence/display/MXNET/ONNX):\n"
1313
]
@@ -26,6 +26,7 @@
2626
"```bash\n",
2727
"pip install mxnet --pre\n",
2828
"```\n",
29+
"For windows, type python -m pip install mxnet --pre in your cmd.exe window, make sure you have installed python properly",
2930
"\n",
3031
"* Note: ONNX exporter will be released as a part of MXNet v1.3. "
3132
]

0 commit comments

Comments
 (0)