Amazon SageMaker Built-in algorithms and Spot checkpointing

0

Which Amazon SageMaker built-in algorithms support checkpointing? In the documentation it says that:

SageMaker built-in algorithms and marketplace algorithms that do not checkpoint are currently limited to a MaxWaitTimeInSeconds of 3600 seconds (60 minutes).

However, in the algorithms I don't find any pointer to "checkpoint" or "spot". Can you help me out?

AWS
已提問 4 年前檢視次數 351 次
1 個回答
0
已接受的答案

This is the best resource that I've found to clarify this:

https://aws.amazon.com/blogs/aws/managed-spot-training-save-up-to-90-on-your-amazon-sagemaker-training-jobs/

Built-in algorithms: computer vision algorithms support checkpointing (Object Detection, Semantic Segmentation, and very soon Image Classification). As they tend to train on large data sets and run for longer than other algorithms, they have a higher likelihood of being interrupted. Other built-in algorithms do not support checkpointing for now.

Also:

Please note that TensorFlow uses checkpoints by default. For other frameworks, you’ll find examples in our sample notebooks and in the documentation.

已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南