How to use MATLAB deep learning without GPU?
Mostrar comentarios más antiguos
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 comentario
Joss Knight
el 13 de Abr. de 2017
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.
Respuestas (1)
h612
el 29 de Abr. de 2017
0 votos
2 comentarios
Tejashree Gore
el 30 de Abr. de 2017
How did you use Matconvnet?
h612
el 15 de Mayo de 2017
Categorías
Más información sobre Install Products en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!