Skip to content

Commit 757742c

Browse files
committed
add more ret notices
1 parent 8e83350 commit 757742c

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

articles/ai-services/custom-vision-service/getting-started-build-a-classifier.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ keywords: image recognition, image recognition app, custom vision
1414

1515
# Quickstart: Build an image classification model with the Custom Vision portal
1616

17+
[!INCLUDE [custom-vision-retirement](includes/custom-vision-retirement.md)]
18+
1719
This quickstart explains how to use the Custom Vision web portal to create an image classification model. Once you build a model, you can test it with new images and eventually integrate it into your own image recognition app.
1820

1921
## Prerequisites

articles/ai-services/custom-vision-service/getting-started-improving-your-classifier.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.author: pafarley
1414

1515
# How to improve your Custom Vision model
1616

17+
[!INCLUDE [custom-vision-retirement](includes/custom-vision-retirement.md)]
18+
1719
In this guide, you learn how to improve the quality of your Custom Vision model. The quality of your [classifier](./getting-started-build-a-classifier.md) or [object detector](./get-started-build-detector.md) depends on the amount, quality, and variety of labeled data you provide and how balanced the overall dataset is. A good model has a balanced training dataset that is representative of what is submitted to it. The process of building such a model is iterative; it's common to take a few rounds of training to reach expected results.
1820

1921
The following is a general pattern to help you train a more accurate model:

articles/ai-services/custom-vision-service/limits-and-quotas.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.author: pafarley
1313

1414
# Limits and quotas
1515

16+
[!INCLUDE [custom-vision-retirement](includes/custom-vision-retirement.md)]
17+
1618
There are two tiers of subscription to the Custom Vision service. You can sign up for an F0 (free) or S0 (standard) subscription through the Azure portal. This page outlines the limitations of each tier. See the [Custom Vision pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/custom-vision-service/) for more details on pricing and transactions.
1719

1820
|Factor|**F0 (free)**|**S0 (standard)**|

articles/ai-services/custom-vision-service/test-your-model.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom: sfi-image-nochange
1515

1616
# Test and retrain a Custom Vision model
1717

18+
[!INCLUDE [custom-vision-retirement](includes/custom-vision-retirement.md)]
19+
1820
After you train your Custom Vision model, you can quickly test it using a locally stored image or a URL pointing to a remote image. Test the most recently trained iteration of your model, and then decide whether further training is needed.
1921

2022
## Test your model

articles/ai-services/custom-vision-service/use-prediction-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.custom: devx-track-csharp
1414

1515
# Call the Prediction API
1616

17+
[!INCLUDE [custom-vision-retirement](includes/custom-vision-retirement.md)]
18+
1719
After you train your model, you can test it programmatically by submitting images to the Prediction API endpoint. In this guide, you'll learn how to call the Prediction API to score an image. You'll learn the different ways you can configure the behavior of this API to meet your needs.
1820

1921
> [!NOTE]

articles/ai-services/custom-vision-service/whats-new.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.author: pafarley
1212

1313
# What's new in Custom Vision
1414

15+
[!INCLUDE [custom-vision-retirement](includes/custom-vision-retirement.md)]
16+
1517
Learn what's new in the service. These items may be release notes, videos, blog posts, and other types of information. Bookmark this page to keep up to date with the service.
1618

1719
## May 2022

0 commit comments

Comments
 (0)