Uses of Class
org.deeplearning4j.nn.layers.wrapper.BaseWrapperLayer
-
Packages that use BaseWrapperLayer Package Description org.deeplearning4j.nn.layers org.deeplearning4j.nn.layers.recurrent -
-
Uses of BaseWrapperLayer in org.deeplearning4j.nn.layers
Subclasses of BaseWrapperLayer in org.deeplearning4j.nn.layers Modifier and Type Class Description class
FrozenLayer
class
FrozenLayerWithBackprop
Frozen layer freezes parameters of the layer it wraps, but allows the backpropagation to continue. -
Uses of BaseWrapperLayer in org.deeplearning4j.nn.layers.recurrent
Subclasses of BaseWrapperLayer in org.deeplearning4j.nn.layers.recurrent Modifier and Type Class Description class
LastTimeStepLayer
class
MaskZeroLayer
class
TimeDistributedLayer
-