Skip to content

Commit 28c69af

Browse files
committed
FIx doc build
1 parent 2fa5317 commit 28c69af

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

articles/machine-learning/how-to-use-automl-small-object-detect.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use AutoML to detect small objects in images
3-
description: Set up Azure Machine Learning automated ML to train small object detection models.
3+
description: Set up Azure Machine Learning automated ML to train small object detection models with the CLI v2 and Python SDK v2 (preview).
44
author: PhaniShekhar
55
ms.author: phmantri
66
ms.service: machine-learning
@@ -12,8 +12,6 @@ ms.custom: sdkv2, event-tier1-build-2022
1212

1313
# Train a small object detection model with AutoML (preview)
1414

15-
<todo phm: Check with Samantha is the title1 in the below selector is apprropriate>
16-
1715
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
1816
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning CLI extension you are using:"]
1917
> * [v1](v1/how-to-use-automl-small-object-detect-v1.md)
@@ -52,8 +50,6 @@ For example, when the `tile_grid_size` parameter is `'3x2'`, the computation tim
5250

5351
You can specify the value for `tile_grid_size` in your hyperparameter space as a string.
5452

55-
<todo phm: see if we should use set_image_model here instead of parameter_space>
56-
5753
# [CLI v2](#tab/CLI-v2)
5854

5955
[!INCLUDE [cli v2](../../includes/machine-learning-cli-v2.md)]
@@ -80,8 +76,6 @@ The value for `tile_grid_size` parameter depends on the image dimensions and siz
8076

8177
To choose the optimal value for this parameter for your dataset, you can use hyperparameter search. To do so, you can specify a choice of values for this parameter in your hyperparameter space.
8278

83-
<todo phm: need to update the CLI and SDK examples once changes from Nilesh and Madhu are in>
84-
8579
# [CLI v2](#tab/CLI-v2)
8680

8781
[!INCLUDE [cli v2](../../includes/machine-learning-cli-v2.md)]
@@ -132,8 +126,6 @@ The following are the parameters you can use to control the tiling feature.
132126

133127
## Example notebooks
134128

135-
<todo phm: this link in other docs is pointing to sdk-preview branch. needs to be updated>
136-
137129
See the [object detection sample notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb) for detailed code examples of setting up and training an object detection model.
138130

139131
>[!NOTE]

articles/machine-learning/v1/how-to-use-automl-small-object-detect-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 10/13/2021
1010
ms.custom: sdkv1, event-tier1-build-2022
1111
---
1212

13-
# Train a small object detection model with AutoML (preview)
13+
# Train a small object detection model with AutoML (preview) (v1)
1414

1515
[!INCLUDE [sdk v1](../../includes/machine-learning-sdk-v1.md)]
1616

0 commit comments

Comments
 (0)