convolutionTranspose

Creates a transposed convolution operation (also known, incorrectly, as deconvolution).

convolutionTranspose
(
,,
size_t[] padding = [0, 0]
,
size_t[] stride = [1, 1]
,
string mod = __MODULE__
,
size_t line = __LINE__
)

Parameters

features
Type: Operation

The feature maps.

filters
Type: Operation

The filters to be convolved with the feature maps.

Return Value

Type: Operation

The operation.

Meta