Submitted by smileawe3211 t3_107te0a in MachineLearning
smileawe3211 OP t1_j3ocugn wrote
Reply to comment by suflaj in [D] Do cloud gpu's run while my laptop is switched off? by smileawe3211
Ahh, ok so if I run the instance on my browser and I close my browser it will continue to run?
suflaj t1_j3od3r6 wrote
What instance
smileawe3211 OP t1_j3od9t3 wrote
Of the cloud gpu
snendroid-ai t1_j3ohy1m wrote
If you access the instance through browser, then yes it will be close when you close your browser. You need to SSH in using terminal or browser and use screen command first. Then inside that screen, start your model training or anything else that is using GPU. Now don't terminate screen(google it) and close your SSH session or browser window and your program inside screen will be still running
smileawe3211 OP t1_j3oil01 wrote
Thanks for the reply and a solution :)
Viewing a single comment thread. View all comments