필터 지우기
필터 지우기

Can I GEFORCE GTX 960M for deeplearning

조회 수: 25 (최근 30일)
Negar Noorizadeh
Negar Noorizadeh 2019년 5월 14일
답변: Shivam Sardana 2019년 5월 22일
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
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.
Negar Noorizadeh
Negar Noorizadeh 2019년 5월 14일
Thanks for your response, for installing the latestes version should I use this link?
if yes, do you have any idea that what should I select for 'Windows Driver Type' (standard or DCH)and 'Download Type'(game ready driver or creator ready driver)?

댓글을 달려면 로그인하십시오.

채택된 답변

Shivam Sardana
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.

추가 답변 (1개)

Prathamesh Degwekar
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.

카테고리

Help CenterFile Exchange에서 Get Started with GPU Coder에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by