Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Amazon Sagemaker Notebook instance stop execution as I logout

Currently I am exploring AWS sagemaker and I am facing a problem e.g. If I want to train my network on 1000s of epochs I cant stay active all the time. But as I logout my the notebook instance also stop execution. Is there any way to keep the instance active even after you logout ?

like image 906
Ali Raza Avatar asked Dec 06 '25 11:12

Ali Raza


1 Answers

Do you mean logging out of AWS console or your laptop? Your training job should still be running on the notebook instance whether you have notebook open or not. Notebook instance will always be active until you manually stop it[1]. You can always access the notebook instance again by opening the notebook through console.

[1]https://docs.aws.amazon.com/sagemaker/latest/dg/API_StopNotebookInstance.html

like image 78
Han Avatar answered Dec 08 '25 00:12

Han



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!