Using Neural Network Toolbox

조회 수: 9 (최근 30일)
Sangpil Hwang
Sangpil Hwang 2017년 5월 11일
댓글: Joss Knight 2017년 5월 13일
To use Neural Network Toolbox,
Q1. Is 'Parallel Computing Toolbox' nescessary to use 'Neural Network Toolbox' ?
- I heard Parallel Computing Toolbox is only recommed for using Neural Network Toolbox.
Which NN toolbox functions can't use without Parallel Computing Toolbox?
Q2. IS real GPU necessary to use Parallel Computing Toolbox?
- Only GPU download is OK for using parallel Computing Toolbox, without real GPU?
- Here 'GPU' in MATLAB means just general graphic card(mine is NVIDIA Quadro K5000)?
or additional precess unit excepth general graphic card?
- Detail -
I'm trying to use 'Alexnet'. (My MATLAB is R2016b)
To do that, I set 'Neural Network Toolbox'
and there are some errors so I also set 'Parallel Computing Toolbox'
Now, there is a new error message "parallel.gpu.GPUDeviceManager.instance is not defined"
How can I solve this problem?
  댓글 수: 1
Joss Knight
Joss Knight 2017년 5월 13일
What do you mean 'set Parallel Computing Toolbox'? Are you compiling some code to a stand-alone executable?
PCT is required to train a network in 16b, but not to use one for classification or prediction.

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

답변 (1개)

Kojiro Saito
Kojiro Saito 2017년 5월 12일
A1. In R2016b, Parallel Computing Toolbox is recommended as written in this link but not mandatory. But some algorithm require Parallel Computing Toolbox. This answer will help you.
A2. If when you calculate your algorithm on GPU, you need real GPU. You can also find the GPU requirement on this link, in Parallel Computing Toolbox -> "Requirements for GPU computing". CUDA enabled GPU and CUDA driver are required.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!