Model summary for a Image analysis CNN ; Output size for a given CNN layer

1 次查看(过去 30 天)
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?

回答(2 个)

Shashank M Gowda
Shashank M Gowda 2021-5-9
did u get the answer for this..??

JAGAN N
JAGAN N 2021-7-16
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

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by