... | ... | @@ -10,6 +10,11 @@ The training process will use the caffe tool from your caffe installation. The t |
|
|
```
|
|
|
/path/to/caffe/caffe train -solver /path/to/solver_file.prototxt
|
|
|
```
|
|
|
If you continue from a snapshot the snapshot parameter is added to the parameter list:
|
|
|
```
|
|
|
/path/to/caffe/caffe train -solver /path/to/solver_file.prototxt -snapshot /path/to/snapshot.solverstate
|
|
|
```
|
|
|
For further information about the parameter consult `caffe --help`.
|
|
|
|
|
|
Sessions could be in the following states:
|
|
|
- **WAITING**: the session was just created and is ready to run
|
... | ... | |