Skip to content

Commit 7365944

Browse files
committed
acrolinx fixes
1 parent b9d124c commit 7365944

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/cognitive-services/Computer-vision/concept-model-customization.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: pafarley
1515

1616
# Model customization (version 4.0 preview)
1717

18-
Model customization lets you train a specialized Image Analysis model for your own use case. Custom models can do either image classification (tags apply to the whole image) or object detection (tags apply to specific areas of the image). Once your custom model is created and trained, it belongs to your Computer Vision resource and you can call it using the [Analyze Image API](./how-to/call-analyze-image-40.md).
18+
Model customization lets you train a specialized Image Analysis model for your own use case. Custom models can do either image classification (tags apply to the whole image) or object detection (tags apply to specific areas of the image). Once your custom model is created and trained, it belongs to your Computer Vision resource, and you can call it using the [Analyze Image API](./how-to/call-analyze-image-40.md).
1919

2020
> [!div class="nextstepaction"]
2121
> [Vision Studio quickstart](./how-to/model-customization.md?tabs=studio)
@@ -77,8 +77,8 @@ The following table describes the limits on the scale of your custom model proje
7777
| Max # regions per image | NA | 1,000 |
7878
| Max # categories | 2,000 | 1,000 |
7979
| Min # categories | 2 | 1 |
80-
| Max image size (Training) | 20MB | 20MB |
81-
| Max image size (Prediction) | Sync: 6MB, Batch: 20MB | Sync: 6MB, Batch: 20MB |
80+
| Max image size (Training) | 20 MB | 20 MB |
81+
| Max image size (Prediction) | Sync: 6 MB, Batch: 20 MB | Sync: 6 MB, Batch: 20 MB |
8282
| Max image width/height (Training) | 10,240 | 10,240 |
8383
| Min image width/height (Prediction) | 50 | 50 |
8484
| Available regions | West US 2, East US, West Europe | West US 2, East US, West Europe |
@@ -88,7 +88,7 @@ The following table describes the limits on the scale of your custom model proje
8888

8989
### Why is my COCO file import failing when importing from blob storage?
9090

91-
Currently, Microsoft is addressing an issue which causes COCO file import to fail with large datasets when initiated in Vision Studio. To train using a large dataset, it's recommended to use the REST API instead.
91+
Currently, Microsoft is addressing an issue that causes COCO file import to fail with large datasets when initiated in Vision Studio. To train using a large dataset, it's recommended to use the REST API instead.
9292

9393
### Why does training take longer/shorter than my specified budget?
9494

@@ -142,8 +142,8 @@ If your data labeling budget is constrained, our recommended workflow is to repe
142142
- **Good enough** (performance is better than your expectation or performance close to your previous experiment with less data collected): Stop here and use this model.
143143
- **Not good** (performance is still below your expectation or better than your previous experiment with less data collected at a reasonable margin):
144144
- Collect more images for each class—a number that's easy for you to collect—and go back to Step 2.
145-
- If you notice the performance is not improving any more after a few iterations it could be because:
146-
- this problem is not well defined or is too hard. Reach out to us for case-by-case analysis.
145+
- If you notice the performance is not improving any more after a few iterations, it could be because:
146+
- this problem isn't well defined or is too hard. Reach out to us for case-by-case analysis.
147147
- the training data might be of low quality: check if there are wrong annotations or very low-pixel images.
148148

149149

@@ -172,7 +172,7 @@ Below are the possible reasons:
172172

173173
### What is the expected latency for predictions with custom models?
174174

175-
We do not recommend you use custom models for business critical environments due to potential high latency. When customers train custom models in Vision Studio, those custom models belong to the Computer Vision resource that they were trained under and the customer is able to make calls to those models using the **Analyze Image** API. When they make these calls, the custom model is loaded in memory and the prediction infrastructure is initialized. While this happens, customers might experience longer than expected latency to receive prediction results. Microsoft is working on making latency improvements in the near future.
175+
We do not recommend you use custom models for business critical environments due to potential high latency. When customers train custom models in Vision Studio, those custom models belong to the Computer Vision resource that they were trained under, and the customer is able to make calls to those models using the **Analyze Image** API. When they make these calls, the custom model is loaded in memory, and the prediction infrastructure is initialized. While this happens, customers might experience longer than expected latency to receive prediction results. Microsoft is working on making latency improvements in the near future.
176176

177177
## Next steps
178178

0 commit comments

Comments
 (0)