Replies: 1 comment 1 reply
-
@Venky0892 👋 Hello! Thanks for asking about training speed issues. YOLOv5 🚀 can be trained on CPU (slowest), single-GPU, or multi-GPU (fastest). K80 GPUs are one of the slowest possible GPUs. If you would like to increase your training speed some options are:
Good luck 🍀 and let us know if you have any other questions! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem set to train 10k images with 20 classes. I'm using Tesla K80 4 GPU machine from azure ml studio. I used all the default parameters with the pre-trained weights. It took me around 13.45hrs to complete 300 epochs with a very minimal mAp value. I know yolov5 is one of the fastest algorithms. I could see my GPU's utilization running over 90% all the time but not sure why the training is slow. I have also installed all the necessary packages. Can someone help why this occurs and what i'm doing wrong ?
Beta Was this translation helpful? Give feedback.
All reactions