Event banner
Automated ML (Machine Learning) AMA (Ask Microsoft Anything)
Event Ended
Tuesday, May 31, 2022, 09:00 AM PDTEvent details
We are very excited to announce an Automated ML (Machine Learning) AMA!
An AMA is a live text-based online event similar to a “YamJam” on Yammer or an “Ask Me Anything” on Reddit. This AMA give...
EricStarker
Updated May 20, 2022
myeager
May 31, 2022Copper Contributor
I would like to see an explanation of the relationship between quota and Azure ML. What vms are best for a small, medium and large assisted labeling jobs? What vms are best for small, medium and large Object Detection Model training?
- SwatiGharseMay 31, 2022
Microsoft
Automated ML models for computer vision tasks require GPU SKUs and support NC and ND families. We recommend the NCsv3-series (with v100 GPUs) for faster training. A compute target with a multi-GPU VM SKU leverages multiple GPUs to also speed up training. Additionally, when you set up a compute target with multiple nodes you can conduct faster model training through parallelism when tuning hyperparameters for your model.- myeagerMay 31, 2022Copper ContributorThanks Swati, I work for a startup. We do not need the fastest training. We are willing to wait. What we need is the most cost efficient SKU. Do you have a recommendation for most cost efficient sku for Assisted Labeling and Object Detection Model training?
- cesardlMay 31, 2022
Microsoft
Here you have a couple of links explaining compute in Azure ML: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-create-attach-compute-cluster?tabs=python https://docs.microsoft.com/en-us/azure/machine-learning/how-to-create-manage-compute-instance?tabs=python