是否需要在模型训练期间保持Sagemaker笔记本处于运行状态?

0

【以下的问题经过翻译处理】 我使用boto3.client()在sagemaker笔记本上启动了一个训练作业:

client = boto3.client(service_name='sagemaker') client.create_training_job(**training_params)

我在控制台上看到训练作业正在进行中。在模型还没有完成训练的时候,停止并删除笔记本是否会出现错误?

profile picture
EXPERT
asked 8 months ago41 views
1 Answer
0

【以下的回答经过翻译处理】 你好@fascani,在创建训练任务之后,不需要保持笔记本处于运行状态。你可以在笔记本上继续其他探索/模型构建工作,并使用API检查训练任务的进度,但这并非必要。

profile picture
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions