Keep sagemaker notebook up during model training?

0

I start a training job from a sagemaker notebook using boto3.client():

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

I see the training job in progress on the console. Is it then an error to stop and delete the notebook even if the model has not finished training?

fascani
preguntada hace un año395 visualizaciones
1 Respuesta
1
Respuesta aceptada

Hi @fascani, no, once the training job has been created, you don't need to keep the notebook running. You can continue other explorations/model building on the notebook, check the progress of the training job using APIs, but that's not required.

AWS
Durga_S
respondido hace un año
profile picture
EXPERTO
revisado hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas