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