Skip to content

Commit 71f1758

Browse files
committed
fix blocking issues
1 parent a33d22e commit 71f1758

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/machine-learning/how-to-manage-labeling-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ To add one or more labels to a project:
178178
1. In the list on the left, select **Label categories**.
179179
1. Modify your labels.
180180

181-
:::image type="content" source="./media/how-to-create-labeling-projects/add-label.png" alt-text="Screenshot that shows how to add a label in Machine Learning Studio.":::
181+
:::image type="content" source="./media/how-to-create-labeling-projects/add-label.png" alt-text="Screenshot that shows how to add a label in Machine Learning Studio.":::
182182

183183
1. In the form, add your new label. Then choose how to continue the project. Because you changed the available labels, choose how to treat data that's already labeled:
184184

articles/machine-learning/how-to-prepare-datasets-for-automl-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If you have previously labeled data that you would like to use to train your mod
8383
The following script uploads the image data on your local machine at path "./data/odFridgeObjects" to datastore in Azure Blob Storage. It then creates a new data asset with the name "fridge-items-images-object-detection" in your Azure Machine Learning Workspace.
8484

8585

86-
If there already exists a data asset with the name "fridge-items-images-object-detection" in your Azure Machine Learning Workspace, it updates the version number of the data asset and point it to the new location where the image data uploaded.
86+
If there already exists a data asset with the name "fridge-items-images-object-detection" in your Azure Machine Learning Workspace, it updates the version number of the data asset and points it to the new location where the image data uploaded.
8787

8888
# [Azure CLI](#tab/cli)
8989
[!INCLUDE [cli v2](includes/machine-learning-cli-v2.md)]

0 commit comments

Comments
 (0)