MATLAB 코드에서 GPU를 쓰지 않고 계산할 수 있나요?

6 visualizaciones (últimos 30 días)
Jongseo Park
Jongseo Park el 14 de Feb. de 2019
안녕하세요.
2019년 2월 11일~13일까지 최준우 선생님께서 진행했던 Image Processing and Deep Learning with MATLAB 강좌를 들었던 학생입니다.
수업 내용을 복습하던 도중에 Add-On에서 서포트 패키지를 다운받고
alexnet을 불러왔고
이미지를 불러와서 classify를 실행시켰는데 오류가 발생했습니다.
-----------------------------------------------------------------------------------------------------------------
>> classify(net, imres);
다음 사용 중 오류가 발생함: gpuDevice (line 26)
An unexpected error occurred during CUDA execution. The CUDA error was:
CUDA driver version is insufficient for CUDA runtime version
오류 발생: nnet.internal.cnn.util.isGPUCompatible (line 10)
gpuInfo = gpuDevice();
오류 발생: nnet.internal.cnn.util.GPUShouldBeUsed (line 17)
tf = nnet.internal.cnn.util.isGPUCompatible();
오류 발생: SeriesNetwork/predict (line 174)
GPUShouldBeUsed =
nnet.internal.cnn.util.GPUShouldBeUsed(executionEnvironment);
오류 발생: SeriesNetwork/classify (line 250)
scores = this.predict( X, varargin{:} );
-----------------------------------------------------------------------------------------------------------------
강좌 내에서는 컴퓨터가 gpu 환경이 아니더라도 코드진행에는 문제가 없다고 하셨었는데
다른 설정이 필요한건지 궁금합니다.
혹은 현재 그래픽 카드가 NVIDIA Quadro M4000을 쓰고 있는데 이 그래픽 카드로 해결이 가능하면 어떻게 하는지 알려주시면 좋겠습니다.
답변 부탁드릴게요.

Respuestas (0)

Categorías

Más información sobre GPU 연산 en Help Center y File Exchange.

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!