Using the built-in graphics cards without a NVIDIA graphics card, Can I use the CUDA and Caffe library ?
My O/S is ubuntu 15 CPU is (Intel)i5-4670(3.40GHz 4 core) RAM is 12.0GB
I want to start to study deep learning.
Using the built-in graphics cards without a NVIDIA graphics card, Can I use the CUDA and Caffe library ?
My O/S is ubuntu 15 CPU is (Intel)i5-4670(3.40GHz 4 core) RAM is 12.0GB
I want to start to study deep learning.
CUDA is for NVidia graphics cards. Therefore you cannot make use of the CUDA built of Caffe in your PC.
Still, you could make use of the CPU_ONLY flag during built and get Caffe working on your system. But you can expect the training to be too slow compared to what you should get when using a graphics card.
There are various fork projects of Caffe which are made to make it work on other graphics card and are available on Git. But most of these projects are seriously outdated when compared with the master branch of original Caffe.
An OpenCL implementation of Caffe can be found here.