Uses of Class
org.deeplearning4j.parallelism.ParallelWrapper.TrainingMode
-
Packages that use ParallelWrapper.TrainingMode Package Description org.deeplearning4j.parallelism -
-
Uses of ParallelWrapper.TrainingMode in org.deeplearning4j.parallelism
Fields in org.deeplearning4j.parallelism declared as ParallelWrapper.TrainingMode Modifier and Type Field Description protected ParallelWrapper.TrainingMode
ParallelWrapper.Builder. trainingMode
Methods in org.deeplearning4j.parallelism that return ParallelWrapper.TrainingMode Modifier and Type Method Description static ParallelWrapper.TrainingMode
ParallelWrapper.TrainingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParallelWrapper.TrainingMode[]
ParallelWrapper.TrainingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.parallelism with parameters of type ParallelWrapper.TrainingMode Modifier and Type Method Description ParallelWrapper.Builder
ParallelWrapper.Builder. trainingMode(@NonNull ParallelWrapper.TrainingMode mode)
This method allows you to specify training mode for this instance of PW.
1) AVERAGING - stands for parameters averaging.
-