I'm having a problem in running NN training with
net = trainNetwork(trainingSet, layers, opts);
count = gpuDeviceCount --> 0 [I do not have a GPU. Matlab is 2016b version]
I also tried setting the value of nnet.internal.cnngpu.isGPUCompatible to false but it wasn't possible. (uneditable matlab builtin function)
I used activations earlier
trainingFeatures = activations(convnet, trainingSet, featureLayer, ...
'MiniBatchSize', 32,'OutputAs', 'columns');
But I'm not sure How I can use 'layers' in the same way with activations.. Anyhelp would be highly appreciated. s