Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers |
Modifier and Type | Method and Description |
---|---|
Subsampling3DLayer.Builder |
Subsampling3DLayer.Builder.dataFormat(Convolution3D.DataFormat dataFormat)
The data format for input and output activations.
NCDHW: activations (in/out) should have shape [minibatch, channels, depth, height, width] NDHWC: activations (in/out) should have shape [minibatch, depth, height, width, channels] |
Subsampling3DLayer.Builder |
Subsampling3DLayer.Builder.kernelSize(int... kernelSize)
Kernel size
|
Subsampling3DLayer.Builder |
Subsampling3DLayer.Builder.padding(int... padding)
Padding
|
Subsampling3DLayer.Builder |
Subsampling3DLayer.Builder.stride(int... stride)
Stride
|
Constructor and Description |
---|
Subsampling3DLayer(Subsampling3DLayer.Builder builder) |
Copyright © 2019. All rights reserved.