I am working on deep learning with simple datasets that I run in under 1 hour.
However, as I will start to work on bigger projects I want to run them on AWS and still some of them need a very long time. I want to leave them in a running state, even after switching off my laptop and see the working state.
My questions are:
1. Once I have entered into my instance using SSH and set the Python script running, is there anything I need to type to tell it that I will be leaving it?
2. If I just exit the terminal directly and turn my laptop off or will this interrupt the process?
3. When I come back at a later date and ssh back into the terminal, what do I need to type to reconnect with the process that has been running?
4. How can I check how far it has progressed/how far it has left to go, also my Python script outputs number of epochs/batches