I started some project especially focusing on YOLO real-time detection. However, i can’t find any GPU Support that can help me to run much faster. So is there any recommendations for GPU support?
Easiest way is to use Google Colaboratory. Of course, time is limited, but you can use GPU (or even TPU) with free of charge. There is Google Colab Pro which is “paid” version of Google Colab. It is monthly charge based, but you can use GPU much longer than “free” version, of course.
Another choice is to use Google Cloud. Google Colab Pro is monthly based payment, but Google Cloud (and others) is usage based charging. Actually, I’m using this. Of course, you need to be very careful not to keep un-used resources, which results in a big payment. (You can set monthly limit and alert, of course.)
I also have a local GPU attached to my Mac. It’s handy. Unfortunately, GPU is slightly expensive. So, at first, you may want to try Google Colab and see how much GPU improves your training time.
I see. Thanks for the recommendations @anon57530071 !