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.FwdAlgoconvolutionMode, cudnnAlgoMode, cudnnAllowFallback, cudnnBwdDataAlgo, cudnnBwdFilterAlgo, cudnnFwdAlgo, dilation, hasBias, kernelSize, padding, stridenIn, nOutactivationFn, biasInit, biasUpdater, dist, gradientNormalization, gradientNormalizationThreshold, iUpdater, l1, l1Bias, l2, l2Bias, weightInit, weightNoiseconstraints, 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,
org.nd4j.linalg.api.ndarray.INDArray layerParamsView,
boolean initializeParams) |
getL1ByParam, getL2ByParam, getMemoryReport, getPreProcessorForInputType, setNInisPretrainParamgetUpdaterByParam, resetLayerDefaultConfiginitializeConstraintsprotected Deconvolution2D(ConvolutionLayer.BaseConvBuilder<?> builder)
public boolean hasBias()
hasBias in class ConvolutionLayerpublic Deconvolution2D clone()
clone in class ConvolutionLayerpublic Layer instantiate(NeuralNetConfiguration conf, Collection<TrainingListener> trainingListeners, int layerIndex, org.nd4j.linalg.api.ndarray.INDArray layerParamsView, boolean initializeParams)
instantiate in class ConvolutionLayerpublic ParamInitializer initializer()
initializer in class ConvolutionLayerpublic InputType getOutputType(int layerIndex, InputType inputType)
LayergetOutputType in class ConvolutionLayerlayerIndex - Index of the layerinputType - Type of input for the layerCopyright © 2018. All rights reserved.