Main Content
blockedNetwork
Description
adds the prefix net
= blockedNetwork(fun
,numBlocks
,NamePrefix=namePrefix
)namePrefix
to all layer names in the network.
Examples
Input Arguments
Output Arguments
Tips
The
dlnetwork
(Deep Learning Toolbox) returned byblockedNetwork
is uninitialized and not ready for use with training or inference. To initialize the network, use theinitialize
(Deep Learning Toolbox) function.Connect an encoder network to a decoder network using the
encoderDecoderNetwork
function.
Version History
Introduced in R2021a