Module juice::layers::common::convolution[][src]

Expand description

Convolves the input tensor.

Computes this convolution with a set of learnable filters, each producing one feature map in the output tensor.

This site provides a good overview of the functionality of convolutional layers.

Input Data

The layer expects the input to be in 4D NCHW format (2 spatial dimensions).

Structs

Convolution Layer

Specifies configuration parameters for a Convolution Layer.