[bug?]Deep​LearningIm​ageClassif​icationExa​mple not getting the expected classification accuracy

1 回表示 (過去 30 日間)
Hello, I've running the DeepLearningImageClassificationExample from MATLAB.
Unfortunately I keep getting unexpected classification accuracy. On the website the mean accuracy suppose to be 1 however the result I got was 0.3.
confMat =
0 1.0000 0
0 1.0000 0
0.0213 0.9787 0
ans =
0.3333
label =
airplanes
I noticed for some reason the trainingFeatures are the same for all the images, after the following line:
trainingFeatures = activations(convnet, trainingSet, featureLayer, ... 'MiniBatchSize', 32, 'OutputAs', 'columns');
I'm using MATLAB 2016a and I have cuda GPU. Can someone please help to test on your machine seee if you also have the problem? Thanks a lot

採用された回答

Joss Knight
Joss Knight 2016 年 9 月 19 日
Do you have a new Pascal GPU like the GeForce GTX 1080? If so, this is your issue:
I do apologise for this. We are waiting on a fix from NVIDIA.
  7 件のコメント
Joss Knight
Joss Knight 2018 年 3 月 3 日
Can you upgrade MATLAB?
khcy82dyc
khcy82dyc 2018 年 3 月 5 日
coming back to this question I'd say the best answer is to upgrade matlab...

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by