Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers |
Modifier and Type | Method and Description |
---|---|
Deconvolution3D.Builder |
Deconvolution3D.Builder.convolutionMode(ConvolutionMode convolutionMode)
Set the convolution mode for the Convolution layer.
|
Deconvolution3D.Builder |
Deconvolution3D.Builder.dataFormat(Convolution3D.DataFormat dataFormat) |
Deconvolution3D.Builder |
Deconvolution3D.Builder.kernelSize(int... kernelSize)
Size of the convolution rows/columns
|
Deconvolution3D.Builder |
Deconvolution3D.Builder.padding(int... padding) |
Deconvolution3D.Builder |
Deconvolution3D.Builder.stride(int... stride) |
Constructor and Description |
---|
Deconvolution3D(Deconvolution3D.Builder builder)
Deconvolution3D layer nIn in the input layer is the number of channels nOut is the number of filters to be used
in the net or in other words the channels The builder specifies the filter/kernel size, the stride and padding
The pooling layer takes the kernel size
|
Copyright © 2021. All rights reserved.