Azure cognitive service (Custom vision)

Tinnapop 40 Reputation points
2023-06-28T08:36:10.0933333+00:00

I'd like to inquire about the minimum training budget hours; specifically, what is the difference between training budget hours for 1000 images and training budget hours for 10,000 images.

Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
295 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sedat SALMAN 14,180 Reputation points MVP
    2023-06-28T16:27:49.6466667+00:00

    https://learn.microsoft.com/en-us/answers/questions/426635/custom-vision-impact-on-model-when-training-for-di

    https://learn.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/faq

    https://stackoverflow.com/questions/59624674/azure-custom-vision-choose-training-time

    Upon the above information the training time for an Azure Custom Vision model is not directly tied to the number of images you're training on. It's more about the complexity of the model and the quality of the dataset, and the reserved budget in hours is something you set based on these consideration.

    If you're using the API to train your model, the reservedBudgetInHours parameter allows you to specify the number of hours reserved as a budget for training

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.