0

Training a classification model on one V100 GPU (Standard_NC6s_v3) on Azure ML take couples of days which is extremely slow. Has anybody experienced that before?

I suspect that the data loading might be the bottleneck. However, I tried to copy the data from Azure blob storage into compute cluster docker container. However, it didn't change anything.

Sina
  • 154
  • 11

1 Answers1

0

When using deep learning models, we need to create the compute instance with GPU. STANDARD_NV24 is suggestable.

enter image description here

enter image description here

Sairam Tadepalli
  • 1,563
  • 1
  • 3
  • 11