... | ... | @@ -13,10 +13,12 @@ A snapshot will be created when you press the snapshot button (camera) or when t |
|
|
When a session is continued the last created snapshot will be used to initialise the network weights.
|
|
|
|
|
|
It is possible to start a new session with the current network design (including all hyper parameter) with a snapshot from another session. This allows you to continue training after adjusting parameter.
|
|
|
|
|
|
There are two possible ways to do this:
|
|
|
1. Click the small arrow right next to 'Start Training' and choose either 'Start from solverstate' or 'Start from caffemodel'.
|
|
|
![start_from](/uploads/aecc869a1248ece12c1b17b7ddeac3bb/start_from.png)
|
|
|
Then select a snapshot file. A new session will be created which uses the snapshot for weight initialisation.
|
|
|
|
|
|
2. Click the small arrow on the snapshots button of a session entry. All snapshots which were created within the sessions will be displayed. Choose one snapshot and a new session will started.
|
|
|
![start_from_session](/uploads/2744e87210ef8cba4ea2660a609a10f9/start_from_session.png)
|
|
|
|
... | ... | |