Keras Permute Layer

Permutes the dimensions of the input according to a given pattern. Corresponds to the Keras Permute 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.
Permutation
Tuple of integers defining the permutation. Each integer refers to the dimension index. Indexing starts with 1. For instance, the permutation '2, 1' with input shape (64, 32) will result in shape (32, 64).

Input Ports

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

Output Ports

Icon
The Keras deep learning network with an added Permute layer.

Views

This node has no views

Workflows

  • No workflows found

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.