How to use MATLAB deep learning without GPU?

3 次查看(过去 30 天)
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

类别

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