Uses of Class
org.deeplearning4j.nn.conf.BackpropType
-
Packages that use BackpropType Package Description org.deeplearning4j.nn.conf org.deeplearning4j.nn.transferlearning -
-
Uses of BackpropType in org.deeplearning4j.nn.conf
Fields in org.deeplearning4j.nn.conf declared as BackpropType Modifier and Type Field Description protected BackpropTypeComputationGraphConfiguration. backpropTypeprotected BackpropTypeComputationGraphConfiguration.GraphBuilder. backpropTypeprotected BackpropTypeMultiLayerConfiguration. backpropTypeprotected BackpropTypeMultiLayerConfiguration.Builder. backpropTypeMethods in org.deeplearning4j.nn.conf that return BackpropType Modifier and Type Method Description static BackpropTypeBackpropType. valueOf(String name)Returns the enum constant of this type with the specified name.static BackpropType[]BackpropType. 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 BackpropType Modifier and Type Method Description ComputationGraphConfiguration.GraphBuilderComputationGraphConfiguration.GraphBuilder. backpropType(BackpropType type)The type of backprop.MultiLayerConfiguration.BuilderMultiLayerConfiguration.Builder. backpropType(@NonNull BackpropType type)The type of backprop.MultiLayerConfiguration.BuilderNeuralNetConfiguration.ListBuilder. backpropType(@NonNull BackpropType type) -
Uses of BackpropType in org.deeplearning4j.nn.transferlearning
Fields in org.deeplearning4j.nn.transferlearning declared as BackpropType Modifier and Type Field Description protected BackpropTypeFineTuneConfiguration. backpropTypeMethods in org.deeplearning4j.nn.transferlearning with parameters of type BackpropType Modifier and Type Method Description FineTuneConfiguration.BuilderFineTuneConfiguration.Builder. backpropType(BackpropType backpropType)The type of backprop.
-