Keras Repeat Layer

This layer repeats the layer input for the specified number of times. The layer input must be 1-dimensional, all other dimensionalities are not supported. Corresponds to the Keras Repeat Layer.

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.
N
The number of times the input should be repeated. For instance the input shape (32) will result in (3, 32) for N = 3.

Input Ports

Icon
The Keras deep learning network to which to add a Repeat layer.

Output Ports

Icon
The Keras deep learning network with an added Repeat 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.