Azure ML Workspace Labelling Project Validation

SJ Yap 11 Reputation points
2021-07-18T15:45:01.17+00:00

HI, I am using Azure ML workspace Data Labelling project. I would like to know how can I trigger the Validation and Inference steps? I follow the instruction to manually labelled images, the project managed to trigger the Training steps, but there is no sign of Validation steps. I am not sure how to execute it or what is the condition to make the Validation step start. I also need to know how to trigger Inference steps as the documents I can get is limited. Any input is highly appreciated.

Thank you.

https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-labeling-projects

Azure Machine Learning
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 49,096 Reputation points Microsoft Employee Moderator
    2021-07-19T07:02:33.637+00:00

    @SJ Yap The labeling projects allows user to label data with instructions and then export the same as CSV, Coco file or Azure ML dataset for use. If you are planning to consume this project with Azure ML then you could export the same as Azure ML dataset.

    115812-image.png

    After exporting the project this will be available as a dataset under the dataset tab, This can be consumed from the SDK by using it as any other data.

    115841-image.png.

    If you would like to consume it from the Azure machine learning designer studio you can drag and drop the dataset on studio canvas and connect the required modules to create and run an experiment. When the experiment is run successfully you can convert it to a real time inference pipeline and then deploy it as a endpoint for inference.

    115814-image.png

    Basically, the labeled data could be used as input dataset in your Azure ML experiments either through the SDK or the designer studio. I hope this helps!!


Your answer

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