@@ -38,15 +38,15 @@ When a session is continued the last created snapshot will be used to initialise
...
@@ -38,15 +38,15 @@ When a session is continued the last created snapshot will be used to initialise
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.
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:
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'.
1. Click the small arrow right next to '**Start Training**' and choose either '**Start from solverstate**' or '**Start from caffemodel**'.
Then select a snapshot file. A new session will be created which uses the snapshot for weight initialisation.
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.
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.