flatten
Creates a flatten layer that reshapes multidimensional tensors into 1D. Useful for transitioning from convolutional to dense layers.
Parameters
id
Optional identifier for the layer
content
Configuration block for flatten-specific parameters
Creates a flatten layer that reshapes multidimensional tensors into 1D. Useful for transitioning from convolutional to dense layers.
Optional identifier for the layer
Configuration block for flatten-specific parameters