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 classConvolutionLayer.BaseConvBuilder<T extends ConvolutionLayer.BaseConvBuilder<T>>Subclasses of ConvolutionLayer.BaseConvBuilder in org.deeplearning4j.nn.conf.layers Modifier and Type Class Description static classConvolution1DLayer.Builderstatic classConvolution3D.Builderstatic classConvolutionLayer.Builderstatic classDeconvolution2D.Builderstatic classDeconvolution3D.Builderstatic classDepthwiseConvolution2D.Builderstatic classSeparableConvolution2D.BuilderConstructors 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
-