Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 670 Bytes

File metadata and controls

20 lines (14 loc) · 670 Bytes

Script Mode

SageMaker Script Mode Examples

Use your own custom training and inference scripts, similar to those you would use outside of SageMaker, to bring your own model leveraging SageMaker's prebuilt containers for various frameworks like Scikit-learn, PyTorch, and XGBoost.

Understand how you can bring your own dependencies and custom libraries to both training and inference.

SageMaker Script Mode at Increasing Levels of Customization

.. toctree::
   :maxdepth: 1

   sagemaker-script-mode
   pytorch_bert/deploy_bert
   sklearn/sklearn_byom