Uses of Class
org.nd4j.autodiff.listeners.records.EvaluationRecord
-
Packages that use EvaluationRecord Package Description org.nd4j.autodiff.listeners org.nd4j.autodiff.listeners.impl org.nd4j.autodiff.listeners.records org.nd4j.autodiff.samediff.config -
-
Uses of EvaluationRecord in org.nd4j.autodiff.listeners
Methods in org.nd4j.autodiff.listeners with parameters of type EvaluationRecord Modifier and Type Method Description ListenerResponseBaseEvaluationListener. epochEndEvaluations(SameDiff sd, At at, LossCurve lossCurve, long epochTimeMillis, EvaluationRecord evaluations)SeeListener.epochEnd(SameDiff, At, LossCurve, long), also provided the requested evaluationsListenerResponseBaseEvaluationListener. validationDoneEvaluations(SameDiff sd, At at, long validationTimeMillis, EvaluationRecord evaluations)SeeListener.validationDone(SameDiff, At, long), also provided the requested evaluations -
Uses of EvaluationRecord in org.nd4j.autodiff.listeners.impl
Methods in org.nd4j.autodiff.listeners.impl with parameters of type EvaluationRecord Modifier and Type Method Description ListenerResponseHistoryListener. epochEndEvaluations(SameDiff sd, At at, LossCurve lossCurve, long epochTimeMillis, EvaluationRecord evaluations)ListenerResponseHistoryListener. validationDoneEvaluations(SameDiff sd, At at, long validationTimeMillis, EvaluationRecord evaluations) -
Uses of EvaluationRecord in org.nd4j.autodiff.listeners.records
Methods in org.nd4j.autodiff.listeners.records that return EvaluationRecord Modifier and Type Method Description EvaluationRecordHistory. finalTrainingEvaluations()Gets the training evaluations ran during the last epochEvaluationRecordHistory. finalValidationEvaluations()Gets the validation evaluations ran during the last epochEvaluationRecordHistory. trainingEvaluations(int epoch)Gets the evaluation record for a given epoch.EvaluationRecordHistory. validationEvaluations(int epoch)Gets the evaluation record for a given epoch.Methods in org.nd4j.autodiff.listeners.records that return types with arguments of type EvaluationRecord Modifier and Type Method Description List<EvaluationRecord>History. trainingEval()Get the training evaluationsList<EvaluationRecord>History. validationEval()Get the validation evaluationsConstructor parameters in org.nd4j.autodiff.listeners.records with type arguments of type EvaluationRecord Constructor Description History(List<EvaluationRecord> training, List<EvaluationRecord> validation, LossCurve loss, long trainingTimeMillis, List<Long> validationTimesMillis) -
Uses of EvaluationRecord in org.nd4j.autodiff.samediff.config
Methods in org.nd4j.autodiff.samediff.config that return EvaluationRecord Modifier and Type Method Description EvaluationRecordEvaluationConfig. exec()Run the evaluation.
-