You will be asked to save the project and a new session is started.
A session is a representation of a Caffe training process. One os process is created for every session, which ensures that a crashed training process does not affect the application.
Sessions could be in the following states:
- WAITING: the session was just created and is ready to run
- RUNNING: the training process is actively running
- PAUSED: the session was paused and could be proceeded
- FINISHED: the training process was finished and the maximum iteration was reached
- FAILED: the session failed with some error, look in the error console for further information
The session will be contained in a separate directory within the project directory. It will contain log files, snapshots and the net and solver prototxt files for Caffe.