Train machine learning model using reserved instance

0

Hi.

Is it possible to train a machine learning model with SageMaker using a reserved instance that is already up and running instead of provisioning a new instance every time which is somewhat time consuming? I'm familiar with local mode, but I understand this is not supported when using AWS SageMaker machine learning estimators.

Appreciate any suggestions for how to make the model training process in SageMaker go faster when using AWS SageMaker machine learning estimators.

Thanks, Stefan

質問済み 2年前1309ビュー
1回答
0
承認された回答

As of today, it's not possible to train a machine learning model with SageMaker using a reserved instance that is already up and running instead of provisioning a new instance. The service team is currently working on it, unfortunately I don't have an ETA as to when the feature will be released.

Local Mode is supported for frameworks images (TensorFlow, MXNet, Chainer, PyTorch, and Scikit-Learn) and images you supply yourself.

Using the SageMaker Python SDK — sagemaker 2.72.3 documentation

If you want to train Built-in algorithm models simply faster, you should check the recommendation in the SageMaker document.

Example Blazingtext-instances, Deepar-instances

If the algorithm supports it, one can also try using Pipe mode or FastFile mode. These offer some fast training job startup time. Accelerate-model-training-using-faster-pipe-mode-on-amazon-sagemaker

サポートエンジニア
回答済み 2年前
  • This is very helpful. Thanks for getting back to me.

    Regards, Stefan

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ