User Tools

Site Tools


cryolo_config

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
Previous revision
Next revision Both sides next revision
cryolo_config [2018/12/20 10:31]
twagner
cryolo_config [2018/12/20 10:35]
twagner
Line 1: Line 1:
 ==== crYOLO configuration file ==== ==== crYOLO configuration file ====
 {{ :config_explanation.png?500|}} {{ :config_explanation.png?500|}}
-The config file is organized in three sections: ModelTraining, Validation+The config file is organized in the sections modeltraining and validation.
 In the following your find a description of each entry. In the following your find a description of each entry.
  
Line 28: Line 28:
   * #11 ''pretrained_weights'': Path to h5 file that is used for initialization. Until you want to use weights from a previous dataset as initialization, the filename specified here should be same as ''saved_weights_name''.   * #11 ''pretrained_weights'': Path to h5 file that is used for initialization. Until you want to use weights from a previous dataset as initialization, the filename specified here should be same as ''saved_weights_name''.
  
-  * #12 ''batch_size'':+  * #12 ''batch_size'': Specified the number of images crYOLO process in parallel during training. Strongly depending on the memory of your graphic card. 6 should be fine for GPUs with 8GB memory. You can increase in case you have more memory or decrease if you have memory problems. Bigger batches tend to improve convergence and even the final error.
  
   * #13 ''learning_rate'':   * #13 ''learning_rate'':
cryolo_config.txt ยท Last modified: 2019/10/11 17:51 by twagner