User Tools

Site Tools


auto2d_tutorial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
auto2d_tutorial [2019/12/10 08:59]
twagner
auto2d_tutorial [2019/12/10 08:59]
twagner
Line 52: Line 52:
   * **learning_rate**: Learning rate, should not be changed.   * **learning_rate**: Learning rate, should not be changed.
   * **nb_epoch**: Maximum number of epochs to train. However, it will stop earlier (see nb_early_stop).   * **nb_epoch**: Maximum number of epochs to train. However, it will stop earlier (see nb_early_stop).
-  * **nb_early_stop**: If the validation loss did not improve "nb_early_stop"in a row, the training will stop automatically.+  * **nb_early_stop**: If the validation loss did not improve "nb_early_stop" times in a row, the training will stop automatically.
  
 The next step is to run the training: The next step is to run the training:
auto2d_tutorial.txt ยท Last modified: 2020/08/28 07:36 by twagner