Keras Cropping 3D Layer

This layer crops the layer input in three dimensions. Corresponds to the Keras Cropping 3D 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.
Cropping dimension 1
A tuple of two integers. How many units should be trimmed off at the beginning and end of the first spatial dimension.
Cropping dimension 2
A tuple of two integers. How many units should be trimmed off at the beginning and end of the second spatial dimension.
Cropping dimension 3
A tuple of two integers. How many units should be trimmed off at the beginning and end of the third spatial dimension.

Input Ports

Icon
The Keras deep learning network to which to add a Cropping 3D layer.

Output Ports

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