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
gefragt vor einem Jahr395 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen