... | ... | @@ -6,6 +6,14 @@ The training of a model is possible directly from within Barista. All you have t |
|
|
![start_training](/uploads/109b6c39e29cf8bd15bb3cd51d52df1e/start_training.png)
|
|
|
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.
|
|
|
![session_directory](/uploads/1ff35e6eec697a18df986d5cd90b5012/session_directory.png)
|
|
|
|
... | ... | |