Uses of Class
org.deeplearning4j.nn.conf.layers.Subsampling3DLayer.Builder
-
Packages that use Subsampling3DLayer.Builder Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of Subsampling3DLayer.Builder in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers that return Subsampling3DLayer.Builder Modifier and Type Method Description Subsampling3DLayer.BuilderSubsampling3DLayer.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.BuilderSubsampling3DLayer.Builder. kernelSize(int... kernelSize)Kernel sizeSubsampling3DLayer.BuilderSubsampling3DLayer.Builder. padding(int... padding)PaddingSubsampling3DLayer.BuilderSubsampling3DLayer.Builder. stride(int... stride)StrideConstructors in org.deeplearning4j.nn.conf.layers with parameters of type Subsampling3DLayer.Builder Constructor Description Subsampling3DLayer(Subsampling3DLayer.Builder builder)
-