Keras Concatenate Layer

A layer that concatenates two inputs along a specified axis. Corresponds to the Concatenate Keras layer . The inputs must be of the same shape except for the concatenation axis.

Options

Name prefix
The name prefix of the layer. The prefix is complemented by an index suffix to obtain a unique layer name. If this option is unchecked, the name prefix is derived from the layer type.
Axis
The axis along which to concatenate. Note that axis 0 is the batch axis.

Input Ports

Icon
The Keras deep learning network that is the first input of this Concatenate layer.
Icon
The Keras deep learning network that is the second input of this Concatenate layer.

Output Ports

Icon
The two input Keras deep learning networks merged into one by the added Concatenate layer.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.