Skip to content

Commit f560c7b

Browse files
committed
cusvis freshness
1 parent 61eb63d commit f560c7b

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: custom-vision
1111
ms.topic: conceptual
12-
ms.date: 03/21/2019
12+
ms.date: 10/27/2021
1313
ms.author: pafarley
1414
---
1515

articles/cognitive-services/Custom-Vision-Service/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
ms.topic: landing-page # Required
1313
author: PatrickFarley #Required; your GitHub user alias, with correct capitalization.
1414
ms.author: pafarley #Required; microsoft alias of author; optional team alias.
15-
ms.date: 09/05/2019 #Required; mm/dd/yyyy format.
15+
ms.date: 10/27/2021 #Required; mm/dd/yyyy format.
1616

1717
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1818

articles/cognitive-services/Custom-Vision-Service/select-domain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ From the settings tab of your Custom Vision project, you can select a domain for
4646

4747
The models generated by compact domains can be exported to run locally. In the Custom Vision 3.4 public preview API, you can get a list of the exportable platforms for compact domains by calling the GetDomains API.
4848

49+
All of the following domains support export in ONNX, TensorFlow,TensorFlowLite, TensorFlow.js, CoreML, and VAIDK formats, with the exception that the **Object Detection General (compact)** domain does not support VAIDK.
50+
4951
Model performance varies by selected domain. In the table below, we report the model size and inference time on Intel Desktop CPU and NVidia GPU \[1\]. These numbers don't include preprocessing and postprocessing time.
5052

5153
|Task|Domain|ID|Model Size|CPU inference time|GPU inference time|

articles/cognitive-services/Custom-Vision-Service/suggested-tags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: custom-vision
1111
ms.topic: conceptual
12-
ms.date: 10/29/2019
12+
ms.date: 10/27/2021
1313
ms.author: pafarley
1414
---
1515

1616
# Label images faster with Smart Labeler
1717

18-
In this guide, you'll learn how to use Smart Labeler to generate suggested tags for images. This lets you label a large number of images more quickly when training a Custom Vision model.
18+
In this guide, you'll learn how to use Smart Labeler to generate suggested tags for images. This lets you label a large number of images more quickly when you're training a Custom Vision model.
1919

2020
When you tag images for a Custom Vision model, the service uses the latest trained iteration of the model to predict the labels of untagged images. It then shows these predictions as suggested tags, based on the selected confidence threshold and prediction uncertainty. You can then either confirm or change the suggestions, speeding up the process of manually tagging the images for training.
2121

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
title: Test and retrain a model - Custom Vision Service
33
titleSuffix: Azure Cognitive Services
4-
description: This article will show you how to test an image and then use it to retrain your model in the Custom Vision service.
4+
description: Learn how to test an image and then use it to re-train your model in the Custom Vision service.
55
services: cognitive-services
66
author: PatrickFarley
77
manager: nitinme
88

99
ms.service: cognitive-services
1010
ms.subservice: custom-vision
1111
ms.topic: conceptual
12-
ms.date: 03/21/2019
12+
ms.date: 10/27/2021
1313
ms.author: pafarley
1414
---
1515

1616
# Test and retrain a model with Custom Vision Service
1717

18-
After you train your model, you can quickly test it using a locally stored image or an online image. The test uses the most recently trained iteration.
18+
After you train your model, you can quickly test it using a locally stored image or an online image. The test uses the most recently trained iteration of your model.
1919

2020
## Test your model
2121

articles/cognitive-services/Custom-Vision-Service/use-prediction-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: custom-vision
1111
ms.topic: conceptual
12-
ms.date: 04/02/2019
12+
ms.date: 10/27/2021
1313
ms.author: pafarley
1414
ms.custom: devx-track-csharp
1515
---
1616

1717
# Use your model with the prediction API
1818

19-
After you've train your model, you can test images programmatically by submitting them to the Prediction API endpoint.
19+
After you've train your model, you can test it programmatically by submitting images to the Prediction API endpoint.
2020

2121
> [!NOTE]
2222
> This document demonstrates using C# to submit an image to the Prediction API. For more information and examples, see the [Prediction API reference](https://southcentralus.dev.cognitive.microsoft.com/docs/services/Custom_Vision_Prediction_3.0/operations/5c82db60bf6a2b11a8247c15).

0 commit comments

Comments
 (0)