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
auto2d_tutorial [2020/03/10 18:17]
twagner [Training]
auto2d_tutorial [2020/08/28 07:36]
twagner [Training]
Line 43: Line 43:
 } }
 </code> </code>
-The fields have the following meaning:+The fields in the section **model** have the following meaning:
   * **input_size**: This is the image size to which each class is resized to.   * **input_size**: This is the image size to which each class is resized to.
 +  * **mask_radius**: (Optional) Circular mask radius which is applied after resizing to the input size. If not given, it uses 0.4*input_size as default.
 +
 +The fields in the section **train** have the following meaning:
   * **batch_size**: How many classes are in one mini-batch. If you have memory problems, you can try to reduce this value.   * **batch_size**: How many classes are in one mini-batch. If you have memory problems, you can try to reduce this value.
   * **good_path**: Path to folder with good classes.   * **good_path**: Path to folder with good classes.
auto2d_tutorial.txt ยท Last modified: 2020/08/28 07:36 by twagner