Update overlap_mask description. (#17324)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
2875c30072
commit
5f9911a44a
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ profile: False # (bool) profile ONNX and TensorRT speeds during training for log
|
|||
freeze: None # (int | list, optional) freeze first n layers, or freeze list of layer indices during training
|
||||
multi_scale: False # (bool) Whether to use multiscale during training
|
||||
# Segmentation
|
||||
overlap_mask: True # (bool) masks should overlap during training (segment train only)
|
||||
overlap_mask: True # (bool) merge object masks into a single image mask during training (segment train only)
|
||||
mask_ratio: 4 # (int) mask downsample ratio (segment train only)
|
||||
# Classification
|
||||
dropout: 0.0 # (float) use dropout regularization (classify train only)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue