Could I use Convolutional Neural Network in Neural Network toolbox with GPU card of capabilty less than 3.0
2 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
采纳的回答
Ben Tordoff
2016-5-12
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.
2 个评论
RoiD
2016-5-21
Hi, I'm also facing the same problem, I want to use trained-convNets as a feature extractor. Is there any possibilty to use Matlab toolbox with an older GPUs? or even running it on CPU instead?
(There is no need for extensive computational power unless you train a network from scratch)
-R
Chan Yao Jun
2016-7-30
Hi, im facing the similar problem. The GPU in my laptop is GT540M and it has a compute capability of 2.1 only. Is there any other possible ways to run Convolutional Neural Networks in my laptop?
Thanks.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!