Uses of Class
org.nd4j.autodiff.samediff.TrainingConfig
-
Packages that use TrainingConfig Package Description org.nd4j.autodiff.listeners.impl org.nd4j.autodiff.samediff org.nd4j.autodiff.samediff.internal -
-
Uses of TrainingConfig in org.nd4j.autodiff.listeners.impl
Constructors in org.nd4j.autodiff.listeners.impl with parameters of type TrainingConfig Constructor Description HistoryListener(TrainingConfig tc) -
Uses of TrainingConfig in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff that return TrainingConfig Modifier and Type Method Description TrainingConfigTrainingConfig.Builder. build()static TrainingConfigTrainingConfig. fromJson(@NonNull String json)Methods in org.nd4j.autodiff.samediff with parameters of type TrainingConfig Modifier and Type Method Description voidSameDiff. setTrainingConfig(TrainingConfig trainingConfig)Set the training configuration (TrainingConfig) for the SameDiff instance. -
Uses of TrainingConfig in org.nd4j.autodiff.samediff.internal
Fields in org.nd4j.autodiff.samediff.internal declared as TrainingConfig Modifier and Type Field Description protected TrainingConfigTrainingSession. configMethods in org.nd4j.autodiff.samediff.internal with parameters of type TrainingConfig Modifier and Type Method Description LossTrainingSession. trainingIteration(TrainingConfig config, Map<String,INDArray> placeholders, Set<String> paramsToTrain, Map<String,GradientUpdater> updaters, MultiDataSet batch, List<String> lossVariables, List<Listener> listeners, At at)Perform one iteration of training - i.e., do forward and backward passes, and update the parameters
-