How to use MATLAB deep learning without GPU?
Mostra commenti meno recenti
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 Commento
Joss Knight
il 13 Apr 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.
Risposte (1)
h612
il 29 Apr 2017
0 voti
Categorie
Scopri di più su Install Products in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!