how to see the output of my maxpooling layer
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Marque Sevadera
am 18 Nov. 2018
Kommentiert: Theron FARRELL
am 5 Jun. 2019
Hi! Is there a way to see the outputs of my Layers in Convolutional Neural Network.
So to start off, I created a Convolutional Neural Network and I want to see the outputs for each Layers. For example, I have my maxPooling2dLayer and I want to know how many feature maps it produced and what are the values of each feature maps.
0 Kommentare
Akzeptierte Antwort
Alla
am 22 Nov. 2018
Have you tried using this features = activations(network,input ,layer number)
Specify the network name, your input which would be an image or a feature map, and the number of the layer you whose output you want to check for example 2 for the second layer.
2 Kommentare
Theron FARRELL
am 5 Jun. 2019
In 2019a doc, it says
'activations only supports networks with an imageInputLayer or image3dInputLayer image input layer.'
How about my input layer is one of those convolution layers or fully connected layers?
Thanks.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!