Issues with cnngpu.dll in NN toolbox

2 ビュー (過去 30 日間)
Marina Fridin
Marina Fridin 2016 年 9 月 27 日
コメント済み: Chow 2018 年 4 月 13 日
I have been following through the NN toolbox object detection tutorial (https://www.mathworks.com/examples/matlab-computer-vision/mw/vision_product-DeepLearningRCNNObjectDetectionExample-object-detection-using-deep-learning#1), and, while trying to construct my network's layers, I have been running into the following issue:
Error using nnet.internal.cnn.layer.Convolution2D Can't reload 'C:\Program Files\MATLAB\R2016a\bin\win64\cnngpu.dll'
Error in convolution2dLayer (line 76) internalLayer = nnet.internal.cnn.layer.Convolution2D(args.Name, ...
I could really use some help, please!
  5 件のコメント
Joss Knight
Joss Knight 2016 年 9 月 28 日
Okay, I've looked this up and now I know where this error comes from - see my answer.
Chow
Chow 2018 年 4 月 13 日
Have you solved the issue which you had mentioned?

サインインしてコメントする。

回答 (1 件)

Joss Knight
Joss Knight 2016 年 9 月 28 日
This is the unfortunate error message you get when you do not have Parallel Computing Toolbox and therefore cannot use the ConvNet feature in R2016a.
  3 件のコメント
Joss Knight
Joss Knight 2017 年 4 月 13 日
編集済み: Joss Knight 2017 年 4 月 13 日
Can you confirm this by showing me the output of the command
license('inuse')
Thanks.
Chow
Chow 2018 年 4 月 13 日
I have the same issue,and I tyied your order,and the output like this.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by