Deployment

The following tutorials will help you learn how to deploy MXNet on various platforms and in different language environments.

Export

The following tutorials will help you learn export MXNet models.

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

How to export models trained with MXNet GluonCV.

Export ONNX Modelsexport/onnx.html

Export your MXNet model to the Open Neural Exchange Format

Inference

The following tutorials will help you learn how to deploy MXNet models for inference applications.

GluonCV Models in a C++ Inference Applicationhttps://gluon-cv.mxnet.io/build/examples_deployment/cpp_inference.html

An example application that works with an exported MXNet GluonCV YOLO model.

Inference with Quantized Modelshttps://gluon-cv.mxnet.io/build/examples_deployment/int8_inference.html

How to use quantized GluonCV models for inference on Intel Xeon Processors to gain higher performance.

C++inference/cpp.html

How to use MXNet models in a C++ environment.

Image Classification on Jetsoninference/image_classification_jetson.html

Example of running a pretrained image classification model on a Jetson module.

Object Detection on Jetsonhttps://gluon-cv.mxnet.io/build/examples_detection/demo_jetson.html

Example of running a pretrained object detection model on a Jetson module.

Cloud

The following tutorials will show you how to use MXNet on AWS.

MXNet on EC2run-on-aws/use_ec2.html

How to deploy MXNet on an Amazon EC2 instance.

MXNet on SageMakerrun-on-aws/use_sagemaker.html

How to run MXNet using Amazon SageMaker.

MXNet on the cloudrun-on-aws/cloud.html

How to run MXNet on the cloud

Training with Data from S3/api/faq/s3_integration

How to train with data from Amazon S3 buckets.

Security

Securing MXNethttps://mxnet.apache.org/api/faq/security

Best practices and deployment considerations.