Skip to content

Commit 2cbf0f1

Browse files
authored
Update how-to-auto-train-image-models.md
1 parent 02abf0e commit 2cbf0f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-auto-train-image-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ In general, deep learning model performance can often improve with more data. Da
536536
Currently the augmentations defined above are applied by default for an Automated ML for image job. To provide control over augmentations, Automated ML for images exposes below two flags to turn-off certain augmentations. Currently, these flags are only supported for object detection and instance segmentation tasks.
537537
1. **apply_mosaic_for_yolo:** This flag is only specific to Yolo model. Setting it to False turns off the mosaic data augmentation which is applied at the training time.
538538
2. **apply_automl_train_augmentations:** Setting this flag to false turns off the augmentation applied during training time for the object detection and instance segmentation models. For augmentations, see the details in the table above.
539-
- For non-yolo object detection model and instance segmentation models, this flag turns off only the first three augmentations i.e., *Random crop around bounding boxes, expand, horizontal flip*. The normalization and resize augmentations are still applied regardless of this flag.
540-
- For Yolo model, this flag turns off the random affine and horizontal flip augmentations.
539+
- For non-yolo object detection model and instance segmentation models, this flag turns off only the first three augmentations i.e., *Random crop around bounding boxes, expand, horizontal flip*. The normalization and resize augmentations are still applied regardless of this flag.
540+
- For Yolo model, this flag turns off the random affine and horizontal flip augmentations.
541541

542542
These two flags are supported via *advanced_settings* under *training_parameters* and can be controlled in the following way.
543543

0 commit comments

Comments
 (0)