Skip to content

Commit 4f3dc1c

Browse files
authored
Merge pull request #185714 from nibaccam/patch-18
AutoML Images | link edit
2 parents 4be212b + f65fbe8 commit 4f3dc1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/reference-automl-images-hyperparameters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 01/18/2022
1616

1717
Learn which hyperparameters are available specifically for computer vision tasks in automated ML experiments.
1818

19-
With support for computer vision tasks, you can control the model algorithm and sweep hyperparameters. These model algorithms and hyperparameters are passed in as the parameter space for the sweep. While many of the hyperparameters exposed are model-agnostic, there are instances where hyperparameters are task-specific or model-specific.
19+
With support for computer vision tasks, you can control the model algorithm and sweep hyperparameters. These model algorithms and hyperparameters are passed in as the parameter space for the sweep. While many of the hyperparameters exposed are model-agnostic, there are instances where hyperparameters are model-specific or task-specific.
2020

2121
## Model-specific hyperparameters
2222

@@ -82,7 +82,7 @@ The following table summarizes hyperparmeters for image classification (multi-cl
8282
The following hyperparameters are for object detection and instance segmentation tasks.
8383

8484
> [!WARNING]
85-
> These parameters are not supported with the `yolov5` algorithm.
85+
> These parameters are not supported with the `yolov5` algorithm. See the [model specific hyperparameters](#model-specific-hyperparameters) section for `yolo5` supported hyperparmeters.
8686
8787
| Parameter name | Description | Default |
8888
| ------------- |-------------|-----|
@@ -100,4 +100,4 @@ The following hyperparameters are for object detection and instance segmentation
100100

101101
* Learn how to [Set up AutoML to train computer vision models with Python (preview)](how-to-auto-train-image-models.md).
102102

103-
* [Tutorial: Train an object detection model (preview) with AutoML and Python](tutorial-auto-train-image-models.md).
103+
* [Tutorial: Train an object detection model (preview) with AutoML and Python](tutorial-auto-train-image-models.md).

0 commit comments

Comments
 (0)