Model summary for a Image analysis CNN ; Output size for a given CNN layer
Ältere Kommentare anzeigen
Hello,
Is there anything equivalent to a model summary for CNNs in matlab? Something that that would display the OUTPUT SIZE of a given layer of the CNN?
Antworten (2)
Shashank M Gowda
am 9 Mai 2021
0 Stimmen
did u get the answer for this..??
JAGAN N
am 16 Jul. 2021
0 Stimmen
You can save the layers data in a varibale and then print that variable.
var=layers;
var
if you want specific layer output then
var=layers(layernumber);
var
Kategorien
Mehr zu Deep Learning for Image Processing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!