Uses of Class
org.deeplearning4j.nn.conf.layers.ConvolutionLayer.BaseConvBuilder
-
Packages that use ConvolutionLayer.BaseConvBuilder Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of ConvolutionLayer.BaseConvBuilder in org.deeplearning4j.nn.conf.layers
Classes in org.deeplearning4j.nn.conf.layers with type parameters of type ConvolutionLayer.BaseConvBuilder Modifier and Type Class Description static class
ConvolutionLayer.BaseConvBuilder<T extends ConvolutionLayer.BaseConvBuilder<T>>
Subclasses of ConvolutionLayer.BaseConvBuilder in org.deeplearning4j.nn.conf.layers Modifier and Type Class Description static class
Convolution1DLayer.Builder
static class
Convolution3D.Builder
static class
ConvolutionLayer.Builder
static class
Deconvolution2D.Builder
static class
Deconvolution3D.Builder
static class
DepthwiseConvolution2D.Builder
static class
SeparableConvolution2D.Builder
Constructors in org.deeplearning4j.nn.conf.layers with parameters of type ConvolutionLayer.BaseConvBuilder Constructor Description ConvolutionLayer(ConvolutionLayer.BaseConvBuilder<?> builder)
ConvolutionLayer 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 sizeDeconvolution2D(ConvolutionLayer.BaseConvBuilder<?> builder)
Deconvolution2D 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
-