ConvolutionalTranspose2DLayer¶
A convolutional transpose 2D Layer.
Parent type: Convolutional2DLayer
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
outputChannel |
Int |
the amount of output channels | - |
kernelSize |
Int |
the size of the kernel | - |
stride |
Int |
the stride of the transposed convolution | 1 |
padding |
Int |
the padding of the transposed convolution | 0 |
outputPadding |
Int |
the output padding of the transposed convolution | 0 |
Stub code in ConvolutionalTranspose2DLayer.sdsstub
inputSize¶
Get the input_size of this layer.
Type: ModelImageSize
outputSize¶
Get the output_size of this layer.
Type: ModelImageSize