フィルターのクリア

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 Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by