How to stop my Azure Machine Learning Batch Jobs registering anonymous data assets in workspace
I am successfully using Azure Machine Learning Batch job as part of an ETL process.
Am I able to include the score.py file as an artifact?
I am trying to deploy a very simple model:
How to label empty images in AzureML Data Labeling Project?
I want to start labeling data in AzureML. However some of my training-data images do not contain any objects and would thus not be labeled.
I don’t want to skip those images but instead want them to be essentially a null-tensor for training purposes.
AzureML Data Labeling Project “Failed to submit one of the labels” when trying to convert a polygon to mask
I’ve set up a data labeling project for semantic segmentation. I want to start labeling my data but whenever I draw a polygon around part of the image and try to submit it, I get the following error:
“Failed to submit one of the labels
Service temporarily unavailable. Please try again later.
Trace ID: xyz Client Request ID: xyz”
How to create a MLClient in azure machine learning pipeline python step?
I want to register a folder which contains PKL files as one model into model registry.