public class Deconvolution2D extends ConvolutionLayer
Modifier and Type | Class and Description |
---|---|
static class |
Deconvolution2D.Builder |
ConvolutionLayer.AlgoMode, ConvolutionLayer.BaseConvBuilder<T extends ConvolutionLayer.BaseConvBuilder<T>>, ConvolutionLayer.BwdDataAlgo, ConvolutionLayer.BwdFilterAlgo, ConvolutionLayer.FwdAlgo
cnn2dDataFormat, convolutionMode, cudnnAlgoMode, cudnnAllowFallback, cudnnBwdDataAlgo, cudnnBwdFilterAlgo, cudnnFwdAlgo, dilation, hasBias, kernelSize, padding, stride
nIn, nOut, timeDistributedFormat
activationFn, biasInit, biasUpdater, gainInit, gradientNormalization, gradientNormalizationThreshold, iUpdater, regularization, regularizationBias, weightInitFn, weightNoise
constraints, iDropout, layerName
Modifier | Constructor and Description |
---|---|
protected |
Deconvolution2D(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
|
Modifier and Type | Method and Description |
---|---|
Deconvolution2D |
clone() |
InputType |
getOutputType(int layerIndex,
InputType inputType)
For a given type of input to this layer, what is the type of the output?
|
boolean |
hasBias() |
ParamInitializer |
initializer() |
Layer |
instantiate(NeuralNetConfiguration conf,
Collection<TrainingListener> trainingListeners,
int layerIndex,
INDArray layerParamsView,
boolean initializeParams,
DataType networkDataType) |
getMemoryReport, getPreProcessorForInputType, setNIn
isPretrainParam
getGradientNormalization, getRegularizationByParam, getUpdaterByParam, resetLayerDefaultConfig
initializeConstraints, setDataType
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGradientNormalizationThreshold, getLayerName
protected Deconvolution2D(ConvolutionLayer.BaseConvBuilder<?> builder)
public boolean hasBias()
hasBias
in class ConvolutionLayer
public Deconvolution2D clone()
clone
in class ConvolutionLayer
public Layer instantiate(NeuralNetConfiguration conf, Collection<TrainingListener> trainingListeners, int layerIndex, INDArray layerParamsView, boolean initializeParams, DataType networkDataType)
instantiate
in class ConvolutionLayer
public ParamInitializer initializer()
initializer
in class ConvolutionLayer
public InputType getOutputType(int layerIndex, InputType inputType)
Layer
getOutputType
in class ConvolutionLayer
layerIndex
- Index of the layerinputType
- Type of input for the layerCopyright © 2020. All rights reserved.