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 GradientNormalizationTrainingConfig. getGradientNormalization() -
Uses of GradientNormalization in org.deeplearning4j.nn.conf
Fields in org.deeplearning4j.nn.conf declared as GradientNormalization Modifier and Type Field Description protected GradientNormalizationNeuralNetConfiguration.Builder. gradientNormalizationMethods in org.deeplearning4j.nn.conf that return GradientNormalization Modifier and Type Method Description static GradientNormalizationGradientNormalization. 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.BuilderNeuralNetConfiguration.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 GradientNormalizationBaseLayer.Builder. gradientNormalizationGradient normalization strategy.protected GradientNormalizationBaseLayer. gradientNormalizationMethods in org.deeplearning4j.nn.conf.layers that return GradientNormalization Modifier and Type Method Description GradientNormalizationBaseLayer. getGradientNormalization()GradientNormalizationLocalResponseNormalization. getGradientNormalization()GradientNormalizationNoParamLayer. getGradientNormalization()Methods in org.deeplearning4j.nn.conf.layers with parameters of type GradientNormalization Modifier and Type Method Description TBaseLayer.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 GradientNormalizationFrozenLayer. 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 GradientNormalizationYolo2OutputLayer. 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 GradientNormalizationBidirectional. 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 GradientNormalizationAbstractSameDiffLayer. gradientNormalizationprotected GradientNormalizationSameDiffVertex. gradientNormalizationMethods in org.deeplearning4j.nn.conf.layers.samediff that return GradientNormalization Modifier and Type Method Description GradientNormalizationSameDiffVertex. 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 GradientNormalizationBaseWrapperLayer. 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 GradientNormalizationDummyConfig. 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. gradientNormalizationMethods in org.deeplearning4j.nn.transferlearning with parameters of type GradientNormalization Modifier and Type Method Description FineTuneConfiguration.BuilderFineTuneConfiguration.Builder. gradientNormalization(GradientNormalization gradientNormalization)Gradient normalization strategy.
-