필터 지우기
필터 지우기

Is GPU necessary for deep learning (CNN)

조회 수: 4 (최근 30일)
sourav kundu
sourav kundu 2018년 8월 23일
답변: Kojiro Saito 2018년 8월 23일
I am using [net, info] = trainNetwork(xTrain,tTrain, layers, opts);
error show: "There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver is installed."
Caused by: The CUDA driver could not be loaded. The library name used was 'nvcuda.dll'. The error was: The specified module could not be found.

채택된 답변

Kojiro Saito
Kojiro Saito 2018년 8월 23일
As Release Notes of Neural Network Toolbox R2016a says, deep learning functions including trainNetwork require Parallel Computing Toolbox and a CUDA-enabled NVIDIA GPU with compute capability 3.0 or higher. From 2017a, trainNetwork is supported in CPUs, as described in this link.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

태그

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by