Can I GEFORCE GTX 960M for deeplearning
13 次查看(过去 30 天)
显示 更早的评论
Dear All,
When I check my NVIDIA control panel, it shows that my laptop has GEFORCE GTX 960M GPU, I am not sure I can use it during deep learning or not?
if yes, I only need to set the 'execution environment' to GPU in training option, right?or is there any other setting that I should do?
Reagrds
2 个评论
Walter Roberson
2019-5-14
Yes the Cuda 5.0 capacity is supported. Memory will be a bit tight for it. Install the latest Nvidia drivers.
采纳的回答
Shivam Sardana
2019-5-22
Considering CUDA and cuDNN installed. To access and get information about GPU, run the following command:
GpuDevice
GPU, multi-GPU, and parallel options require Parallel Computing Toolbox. To use a GPU for deep learning, you must also have a CUDA® enabled NVIDIA® GPU with compute capability 3.0 or higher.
To use GPU for deep learning, set 'ExecutionEnvironment' in ‘trainingOptions’ as 'gpu'. By default, ‘trainingOptions’ take GPU by default.
Hope this helps.
0 个评论
更多回答(1 个)
Prathamesh Degwekar
2019-5-21
Hi,
According to the current scenario, DCH is the way to go as seen in the article from intel here:
On the other question, you can go with either of the two. Their difference can be found here.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 GPU Computing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!