summary - Print network summary - MATLAB (original) (raw)
Main Content
Print network summary
Since R2022b
Syntax
Description
summary([net](#mw%5Ffdae7b1d-16b6-4c9e-9ba0-3aee7fde455d%5Fsep%5Fmw%5F3ffb42b3-6af7-4c22-82b3-4fb0f6a399f2))
prints a summary of thedlnetwork
object net
. The summary shows whether the network is initialized, the total number of learnable parameters, and information about the network inputs.
To print the network input summary, the network inputs must be input layers or the network must be initialized. To print the network learnable parameter summary, the network must be initialized.
Examples
Load the dlnetwork
object net
from the dlnetDigits
MAT file.
Print the network summary using the summary
function.
Initialized: true
Number of learnables: 84k
Inputs: 1 'in' 28×28×1 images
Version History
Introduced in R2022b