How to use MATLAB deep learning without GPU?

조회 수: 3 (최근 30일)
h612
h612 2017년 4월 7일
댓글: h612 2017년 5월 15일
I'm having a problem in running nn training with
net = trainNetwork(trainingSet, layers, opts);
count = gpuDeviceCount --> 0
*bold*
I used activations earlier
trainingFeatures = activations(convnet, trainingSet, featureLayer, ...
'MiniBatchSize', 32,'OutputAs', 'columns');
  • But I'm not sure How I can use them in the same way with edited layers.. Anyhelp would be highly appreciated.s
  댓글 수: 1
Joss Knight
Joss Knight 2017년 4월 13일
You need to actually state what the problem is, e.g. show the error message or explain what is preventing you doing what you want to do.

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

답변 (1개)

h612
h612 2017년 4월 29일
Solved by using Matconvnet. TQ
  댓글 수: 2
Tejashree Gore
Tejashree Gore 2017년 4월 30일
How did you use Matconvnet?
h612
h612 2017년 5월 15일
You can get it from http://www.vlfeat.org/matconvnet/ ans start with examples. Or start with 2017a version. I prefer the former.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by