Resources for using Apache MXNet with Amazon SageMaker AI
Important
Deprecation notice: Apache MXNet is not supported
in SageMaker Python SDK v3. If you are currently using MXNet, continue using SageMaker
Python SDK v2. For new projects, consider using PyTorch or TensorFlow with the unified
ModelTrainer class. See
SageMaker Python SDK
documentation
The Amazon SageMaker Python SDK
What do you want to do?
- I want to train a custom MXNet model in SageMaker AI.
-
For documentation, see Train a Model with MXNet
. - I have an MXNet model that I trained in SageMaker AI, and I want to deploy it to a hosted endpoint.
-
For more information, see Deploy MXNet models
. - I have an MXNet model that I trained outside of SageMaker AI, and I want to deploy it to a SageMaker AI endpoint
-
For more information, see Deploy Endpoints from Model Data
. - I want to see the API documentation for Amazon SageMaker Python SDK
MXNet classes. -
For more information, see MXNet Classes
. - I want to find the SageMaker AI MXNet container repository.
-
For more information, see SageMaker AI MXNet Container GitHub repository
. - I want to find information about MXNet versions supported by AWS Deep Learning Containers.
-
For more information, see Available Deep Learning Container Images
.
For general information about writing MXNet script mode training scripts and using MXNet
script mode estimators and models with SageMaker AI, see Using MXNet with the
SageMaker Python SDK