depthConcatenationLayer
Depth concatenation layer
Description
A depth concatenation layer takes inputs that have the same height and width and concatenates them along the third dimension (the channel dimension).
Specify the number of inputs to the layer when you create it. The inputs have the
names 'in1','in2',...,'inN'
, where N
is the number
of inputs. Use the input names when connecting or disconnecting the layer by using
connectLayers
or disconnectLayers
.
Creation
Syntax
Description
Properties
Examples
Extended Capabilities
Version History
Introduced in R2017b
See Also
trainNetwork
| layerGraph
| additionLayer
| connectLayers
| disconnectLayers