Skip to content

Commit 724cbf9

Browse files
authored
Apply suggestions from code review
Alt-text edits.
1 parent 16ecdae commit 724cbf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cognitive-services/Custom-Vision-Service/getting-started-improving-your-classifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ When you use or test the model by submitting images to the prediction endpoint,
9898

9999
To add an image to your existing training data, select the image, set the correct tag(s), and select __Save and close__. The image will be removed from __Predictions__ and added to the set of training images. You can view it by selecting the __Training Images__ tab.
100100

101-
![Screenshot of the tagging page](./media/getting-started-improving-your-classifier/tag.png)
101+
![Screenshot of the tagging page.](./media/getting-started-improving-your-classifier/tag.png)
102102

103103
3. Then use the __Train__ button to retrain the model.
104104

articles/cognitive-services/Custom-Vision-Service/test-your-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ After you train your Custom Vision model, you can quickly test it using a locall
2525

2626
1. In the **Quick Test** window, select in the **Submit Image** field and enter the URL of the image you want to use for your test. If you want to use a locally stored image instead, select the **Browse local files** button and select a local image file.
2727

28-
![Screenshot of the submit image page](./media/test-your-model/submit-image.png)
28+
![Screenshot of the submit image page.](./media/test-your-model/submit-image.png)
2929

3030
The image you select appears in the middle of the page. Then the prediction results appear below the image in the form of a table with two columns, labeled **Tags** and **Confidence**. After you view the results, you may close the **Quick Test** window.
3131

@@ -47,7 +47,7 @@ You can now take the image submitted previously for testing and use it to retrai
4747
4848
To add an image to your training data, select the image, manually select the tag(s), and then select __Save and close__. The image is removed from __Predictions__ and added to the training images. You can view it by selecting the __Training Images__ tab.
4949

50-
![Screenshot of the tagging page](./media/test-your-model/tag-image.png)
50+
![Screenshot of the tagging page.](./media/test-your-model/tag-image.png)
5151

5252
1. Use the __Train__ button to retrain the classifier.
5353

0 commit comments

Comments
 (0)