Convolutional2DLayer¶
A convolutional 2D Layer.
Parent type: Layer
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 convolution | 1 |
padding |
Int |
the padding of the convolution | 0 |
Inheritors:
Stub code in Convolutional2DLayer.sdsstub
inputSize¶
Get the input_size of this layer.
Type: ModelImageSize
outputSize¶
Get the output_size of this layer.
Type: ModelImageSize