Skip to content

Files

Latest commit

 

History

History
 
 

sagemaker-remote-function

Amazon SageMaker Examples

Remote Function

This repository contains example notebooks and scripts that show how to use remote function to run your Machine Learning code as training jobs in SageMaker.

  • Quick Start notebook contains hands-on guide to run sample code as training jobs in SageMaker via remote function feature.
  • PyTorch MNSIT notebook shows the adaption of an existing SageMaker example to use remote function feature.
  • PyTorch MNSIT script shows how to use remote function feature in Python scripts instead of notebooks.
  • HuggingFace notebook shows how to run a text classification code using HuggingFace via remote function feature.
  • XGBoost notebook shows how to run a regression code using XGBoost via remote function feature.