Main Content
summary
Syntax
Description
summary(
prints a summary of the
net
)dlnetwork
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
Input Arguments
Version History
Introduced in R2022b