Depth concatenation layer
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
.
creates a depth concatenation layer that concatenates
layer
= depthConcatenationLayer(numInputs
)numInputs
inputs along the third (channel) dimension.
This function also sets the NumInputs
property.
additionLayer
| connectLayers
| disconnectLayers
| layerGraph
| trainNetwork