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 classFrozenLayerWithBackpropFrozen 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 classLastTimeStepclassTimeDistributed -
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 classMaskZeroLayer
-