You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/custom-vision-service/faq.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ metadata:
13
13
title: Custom Vision frequently asked questions
14
14
summary: |
15
15
> [!TIP]
16
-
> If you can't find answers to your questions in this FAQ, ask the Azure AI Vision API community on [StackOverflow](https://stackoverflow.com/questions/tagged/project-oxford+or+microsoft-cognitive) or contact Help and Support on [UserVoice](https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858)
16
+
> If you can't find answers to your questions in this FAQ, ask the Azure AI Vision API community on [StackOverflow](https://stackoverflow.com/questions/tagged/project-oxford+or+microsoft-cognitive) or contact Help and Support on [UserVoice](https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858).
17
17
18
18
19
19
sections:
@@ -40,7 +40,7 @@ sections:
40
40
answer: |
41
41
See the [Limits and quotas](./limits-and-quotas.md) page for pricing information.
42
42
- question: |
43
-
Will I have to relabel images if I change domains in a project?
43
+
Do I have to relabel images if I change domains in a project?
44
44
answer: |
45
45
You can switch domains in the project without relabeling, as long as you keep the same supervised learning domain (object detection or image classification).
46
46
- question: |
@@ -55,26 +55,26 @@ sections:
55
55
- question: |
56
56
My project training took many hours to complete. Why is the turnaround time so long?
57
57
answer: |
58
-
High training traffic or high usage periods when many customers are training can impact training time. It leads to long queues and tight GPU resources. Sometimes, the job may stay in the queue and won't finish within a certain time frame, but it's guaranteed that our customers won't be charged for more than the set time budget.
58
+
High training traffic or high usage periods when many customers are training can affect training time. It leads to long queues and tight GPU resources. Sometimes, the job might stay in the queue and won't finish within a certain time frame, but it's guaranteed that our customers won't be charged for more than the set time budget.
59
59
- question: |
60
60
Can I stop training once it has started?
61
61
answer: |
62
62
There is no way to cancel a training once it has been started.
63
63
- question: |
64
-
Once I've trained a Custom Vision model, can I manage/deploy the same model to different regions?
64
+
Once I train a Custom Vision model, can I manage/deploy the same model to different regions?
65
65
answer: |
66
66
We don't have a use case for publishing a model to a different region, but we do offer the ability to export/import a project into different regions. See [Copy and back up Custom Vision projects](./copy-move-projects.md).
67
67
- question: |
68
68
What is the difference between Custom Vision and AutoML?
69
69
answer: |
70
70
Custom Vision is a tool for easily building Azure AI Vision models without needing to have any data science or ML knowledge. These models are pre-trained using datasets optimized for specific domains.
71
71
72
-
Sometimes, your scenario might require more control over model training, deployment and the end-to-end ML lifecycle. AutoML is the ideal solution when you need this extra control, and it's addressed to customers with ML knowledge.
72
+
Sometimes, your scenario might require more control over model training, deployment, and the end-to-end ML lifecycle. AutoML is the ideal solution when you need this extra control, and it's addressed to customers with ML knowledge.
73
73
74
74
- question: |
75
75
How can users be added to a multi-service account to collaborate on a Custom Vision project in the web portal?
76
76
answer: |
77
-
You can use Azure RBAC roles to give specific users access to collaborate on a custom vision portal project. See the [Role-based access control docs](./role-based-access-control.md)
77
+
You can use Azure role-based access control (RBAC) roles to give specific users access to collaborate on a custom vision portal project. See the [Role-based access control docs](./role-based-access-control.md).
78
78
- question: |
79
79
Can training images be exported with the tags that were added in the Custom Vision portal?
0 commit comments