MATLAB: Could I use Convolutional Neural Network in Neural Network toolbox with GPU card of capabilty less than 3.0

Deep Learning Toolboxgpu card

Image Category Classification Using Deep Learning example did not work with my Quadro 4000 card. It required GPU card with CUDA 3.0 or higher. Is it possible to adjust the code to use GPU card with lower capability?

Best Answer

Hi Serghei, I'm afraid the answer is no. Neural Network Toolbox uses NVIDIA's cuDNN library for running Convolutional Neural Networks on the GPU and this library has always required a device with compute capability 3.0 or higher. As you have discovered, the Quadro 4000 is compute capability 2.0. Nearly all NVIDIA GPUs released since mid-2012 have compute capability 3.0 or higher.