New dataset fraction=1.0 argument (#2860)
This commit is contained in:
parent
61fa5efe6d
commit
0bdd4ad379
7 changed files with 16 additions and 5 deletions
|
|
@ -30,6 +30,7 @@ cos_lr: False # use cosine learning rate scheduler
|
|||
close_mosaic: 0 # (int) disable mosaic augmentation for final epochs
|
||||
resume: False # resume training from last checkpoint
|
||||
amp: True # Automatic Mixed Precision (AMP) training, choices=[True, False], True runs AMP check
|
||||
fraction: 1.0 # dataset fraction to train on (default is 1.0, all images in train set)
|
||||
# Segmentation
|
||||
overlap_mask: True # masks should overlap during training (segment train only)
|
||||
mask_ratio: 4 # mask downsample ratio (segment train only)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue