Main Content
networkDataLayout
Deep learning network data layout for learnable parameter initialization
Since R2022b
Description
Network data layout objects represent the data size and
dlarray
format information of input data for parameter
initialization.
You can use networkDataLayout
objects to initialize
dlnetwork
objects and custom layer learnable parameters using its
size and format information as an alternative to using example data.
Creation
Properties
Object Functions
finddim | Find dimensions with specified label |
Examples
Version History
Introduced in R2022b