darknet
darknet copied to clipboard
Can I use an intel GPU to train Yolo ?
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
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
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 .
So, there is no any way to train/test on Intel (integrated) GPU?
well there is you can use google collaboratory as it provides a free gpu nvidia