Model summary for a Image analysis CNN ; Output size for a given CNN layer
Mostrar comentarios más antiguos
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?
Respuestas (2)
Shashank M Gowda
el 9 de Mayo de 2021
0 votos
did u get the answer for this..??
JAGAN N
el 16 de Jul. de 2021
0 votos
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
Categorías
Más información sobre Deep Learning for Image Processing 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!