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년 전1308회 조회
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

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠