public abstract class BaseUpsamplingLayer extends NoParamLayer
Modifier and Type | Class and Description |
---|---|
protected static class |
BaseUpsamplingLayer.UpsamplingBuilder<T extends BaseUpsamplingLayer.UpsamplingBuilder<T>> |
Layer.Builder<T extends Layer.Builder<T>>
Modifier and Type | Field and Description |
---|---|
protected int[] |
size |
constraints, iDropout, layerName
Modifier | Constructor and Description |
---|---|
protected |
BaseUpsamplingLayer(BaseUpsamplingLayer.UpsamplingBuilder builder) |
Modifier and Type | Method and Description |
---|---|
BaseUpsamplingLayer |
clone() |
InputPreProcessor |
getPreProcessorForInputType(InputType inputType)
For the given type of input to this layer, what preprocessor (if any) is required?
Returns null if no preprocessor is required, otherwise returns an appropriate InputPreProcessor for this layer, such as a CnnToFeedForwardPreProcessor |
getGradientNormalization, getGradientNormalizationThreshold, getRegularizationByParam, initializer, isPretrainParam, setNIn
getMemoryReport, getOutputType, getUpdaterByParam, initializeConstraints, instantiate, resetLayerDefaultConfig
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLayerName
protected BaseUpsamplingLayer(BaseUpsamplingLayer.UpsamplingBuilder builder)
public BaseUpsamplingLayer clone()
public InputPreProcessor getPreProcessorForInputType(InputType inputType)
Layer
InputPreProcessor
for this layer, such as a CnnToFeedForwardPreProcessor
getPreProcessorForInputType
in class Layer
inputType
- InputType to this layerCopyright © 2019. All rights reserved.