An Azure machine learning service for building and deploying models.
Hi @Sanskar Singh (LTIMINDTREE LIMITED),
Thank you for reaching out to Microsoft Q&A forum!
Azure Monitor to monitor CPU utilization of compute instances. Azure Monitor provides a set of tools to monitor and analyze the performance and health of Azure resources, including compute instances. You can create a metric alert in Azure Monitor to receive notifications when CPU utilization reaches a certain threshold.
If your CPU utilization reaches 100% during training, it does not necessarily mean that your training will fail. However, it can cause performance issues and slow down the training process. In some cases, it can also cause the training to fail if the CPU is unable to keep up with the processing demands.
To avoid this issue, you can try optimizing your code, reducing the dataset size, using a GPU, increasing the CPU capacity, or using distributed training. These approaches can help reduce the processing demands on the CPU and prevent it from becoming overwhelmed.
I hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer and Yes for was this answer helpful.