A sample Jupyter notebook to explain how to export MXNet pretrained model to ONNX format.
- linux/amd64 (GPU not needed)
- Docker
- Configure Docker can be run by non-root user. Please refer this article.
-
Clone this repository.
git clone https://github.com/MACNICA-CLAVIS-NV/mxzoo2onnx
-
Build the Docker cotainer image contains the required softwares for this Jupyter notebook.
./docker_build.sh
-
Run a container from the build image.
./docker_run.sh
-
Launch Jupyter Lab with the instruction displyed at the above step.
-
Open the mxnet_model_zoo_to_onnx.ipynb notebook from the /mxzoo2onnx path in the Jupyter file browser.