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

조회 수: 1 (최근 30일)
SG
SG 2018년 7월 21일
답변: JAGAN N 2021년 7월 16일
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