Azure AI Custom Image Analysis model not returning performance metrics

nikola 0 Reputation points
2024-08-17T08:48:05.5133333+00:00

I'm not getting any performance metrics after successfully trained and used Custom Image Analysis model. In both places - UI of Vision Studio and by executing a code, I'm getting the following error:

Status: Error(code={'code': 'InternalServerError', 'message': 'Batch did not complete successfully. OutputResultWriteFailed: An unexpected error was encountered.'}, message='', target='', details=[])

Do you have any suggestions, how to sort this out?

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.
248 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,869 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 11,206 Reputation points
    2024-08-17T16:31:26.2633333+00:00

    Hello nikola

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you are having a server-side issue with your custom image analysis model in Vision Studio.

    The error message you're seeing indicates that there was an internal server error while processing your batch, which is preventing the performance metrics from being generated or displayed.

    I will advise you to double-check any settings related to input data, batch sizes, and output paths to ensure that everything is properly configured. It can also be temporary issue, try rerunning the batch or the operation to see if the problem persists. https://learn.microsoft.com/en-us/azure/cognitive-services/custom-vision-service and https://learn.microsoft.com/en-us/azure/architecture/best-practices/retry-service

    Also, sometimes issues with input data can lead to errors during processing so, check data you're using for analysis is valid and correctly formatted.

    Though, the current error message indicates an InternalServerError, but there might be more detailed logs or diagnostic information available in the service's dashboard or through its API. You can also contact Azure Support via your Azure Portal.

    Accept Answer

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful ** so that others in the community facing similar issues can easily find the solution.

    Best Regards,

    Sina Salam


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.