darknet icon indicating copy to clipboard operation
darknet copied to clipboard

Can I use an intel GPU to train Yolo ?

Open holak0 opened this issue 6 years ago • 4 comments

Hi,

I have an intel GPU and I need to know if I can use it to accelerate the training ? if yes what I have to install because I found just tutorial for Nvidia.

Thank you

holak0 avatar May 02 '18 10:05 holak0

Intel GPU does not support CUDA so you can only use the CPU mode

inside the Makefile GPU=0 CUDNN=0 OPENCV=1 OPENMP=0 DEBUG=0

AmmarkoV avatar May 08 '18 10:05 AmmarkoV

Barring the fact that it will be terribly slow, training on cpu is possible.

On Tue, May 8, 2018 at 3:35 PM, Ammar Qammaz [email protected] wrote:

Intel GPU does not support CUDA so you can only use the CPU mode

inside the Makefile GPU=0 CUDNN=0 OPENCV=1 OPENMP=0 DEBUG=0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pjreddie/darknet/issues/755#issuecomment-387352291, or mute the thread https://github.com/notifications/unsubscribe-auth/AieWW7yt59GNDTlXLNnfHuyzPjXcW_pIks5twW3XgaJpZM4TvLZ6 .

BornInWater avatar May 08 '18 16:05 BornInWater

So, there is no any way to train/test on Intel (integrated) GPU?

freedom9393 avatar Nov 27 '20 07:11 freedom9393

well there is you can use google collaboratory as it provides a free gpu nvidia

yashsayy avatar Jun 07 '22 20:06 yashsayy