Uses of Class
org.deeplearning4j.nn.conf.GradientNormalization
-
-
Uses of GradientNormalization in org.deeplearning4j.nn.api
Methods in org.deeplearning4j.nn.api that return GradientNormalization Modifier and Type Method Description GradientNormalization
TrainingConfig. getGradientNormalization()
-
Uses of GradientNormalization in org.deeplearning4j.nn.conf
Fields in org.deeplearning4j.nn.conf declared as GradientNormalization Modifier and Type Field Description protected GradientNormalization
NeuralNetConfiguration.Builder. gradientNormalization
Methods in org.deeplearning4j.nn.conf that return GradientNormalization Modifier and Type Method Description static GradientNormalization
GradientNormalization. valueOf(String name)
Returns the enum constant of this type with the specified name.static GradientNormalization[]
GradientNormalization. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.nn.conf with parameters of type GradientNormalization Modifier and Type Method Description NeuralNetConfiguration.Builder
NeuralNetConfiguration.Builder. gradientNormalization(GradientNormalization gradientNormalization)
Gradient normalization strategy. -
Uses of GradientNormalization in org.deeplearning4j.nn.conf.layers
Fields in org.deeplearning4j.nn.conf.layers declared as GradientNormalization Modifier and Type Field Description protected GradientNormalization
BaseLayer.Builder. gradientNormalization
Gradient normalization strategy.protected GradientNormalization
BaseLayer. gradientNormalization
Methods in org.deeplearning4j.nn.conf.layers that return GradientNormalization Modifier and Type Method Description GradientNormalization
BaseLayer. getGradientNormalization()
GradientNormalization
LocalResponseNormalization. getGradientNormalization()
GradientNormalization
NoParamLayer. getGradientNormalization()
Methods in org.deeplearning4j.nn.conf.layers with parameters of type GradientNormalization Modifier and Type Method Description T
BaseLayer.Builder. gradientNormalization(GradientNormalization gradientNormalization)
Gradient normalization strategy. -
Uses of GradientNormalization in org.deeplearning4j.nn.conf.layers.misc
Methods in org.deeplearning4j.nn.conf.layers.misc that return GradientNormalization Modifier and Type Method Description GradientNormalization
FrozenLayer. getGradientNormalization()
-
Uses of GradientNormalization in org.deeplearning4j.nn.conf.layers.objdetect
Methods in org.deeplearning4j.nn.conf.layers.objdetect that return GradientNormalization Modifier and Type Method Description GradientNormalization
Yolo2OutputLayer. getGradientNormalization()
-
Uses of GradientNormalization in org.deeplearning4j.nn.conf.layers.recurrent
Methods in org.deeplearning4j.nn.conf.layers.recurrent that return GradientNormalization Modifier and Type Method Description GradientNormalization
Bidirectional. getGradientNormalization()
-
Uses of GradientNormalization in org.deeplearning4j.nn.conf.layers.samediff
Fields in org.deeplearning4j.nn.conf.layers.samediff declared as GradientNormalization Modifier and Type Field Description protected GradientNormalization
AbstractSameDiffLayer. gradientNormalization
protected GradientNormalization
SameDiffVertex. gradientNormalization
Methods in org.deeplearning4j.nn.conf.layers.samediff that return GradientNormalization Modifier and Type Method Description GradientNormalization
SameDiffVertex. getGradientNormalization()
-
Uses of GradientNormalization in org.deeplearning4j.nn.conf.layers.wrapper
Methods in org.deeplearning4j.nn.conf.layers.wrapper that return GradientNormalization Modifier and Type Method Description GradientNormalization
BaseWrapperLayer. getGradientNormalization()
-
Uses of GradientNormalization in org.deeplearning4j.nn.conf.misc
Methods in org.deeplearning4j.nn.conf.misc that return GradientNormalization Modifier and Type Method Description GradientNormalization
DummyConfig. getGradientNormalization()
-
Uses of GradientNormalization in org.deeplearning4j.nn.transferlearning
Fields in org.deeplearning4j.nn.transferlearning with type parameters of type GradientNormalization Modifier and Type Field Description protected Optional<GradientNormalization>
FineTuneConfiguration. gradientNormalization
Methods in org.deeplearning4j.nn.transferlearning with parameters of type GradientNormalization Modifier and Type Method Description FineTuneConfiguration.Builder
FineTuneConfiguration.Builder. gradientNormalization(GradientNormalization gradientNormalization)
Gradient normalization strategy.
-