aws-samples / amazon-sagemaker-local-mode

Amazon SageMaker Local Mode Examples
MIT No Attribution
242 stars 59 forks source link

Training on AWS and serving on local mode #11

Closed guigautier closed 2 years ago

guigautier commented 3 years ago

Hi, Can I train on AWS sagemaker and serve my model in local mode ?

Thank you

eitansela commented 3 years ago

You can train in Amazon SageMaker and deploy on IoT Devices, K8S Cluster, or any other infrastructure that you want. This is a nice example that shows how to train a TensorFlow algorithm in SageMaker, inference with AWS Lambda.