Export

The following tutorials will help you learn export MXNet models. Models are by default exported as a couple of params and json files, but you also have the option to export most models to the ONNX format.

Export ONNX Modelsonnx.html

Export your MXNet model to the Open Neural Exchange Format

Save / Load Parameters../../packages/gluon/blocks/save_load_params.html

Save and Load your model parameters with MXnet

Export with GluonCVhttps://gluon-cv.mxnet.io/build/examples_deployment/export_network.html

How to export models trained with MXNet GluonCV.