Uses of Class
org.nd4j.autodiff.listeners.records.LossCurve
-
Packages that use LossCurve Package Description org.nd4j.autodiff.listeners org.nd4j.autodiff.listeners.checkpoint org.nd4j.autodiff.listeners.impl org.nd4j.autodiff.listeners.records -
-
Uses of LossCurve in org.nd4j.autodiff.listeners
Methods in org.nd4j.autodiff.listeners with parameters of type LossCurve Modifier and Type Method Description ListenerResponseBaseEvaluationListener. epochEnd(SameDiff sd, At at, LossCurve lossCurve, long epochTimeMillis)ListenerResponseBaseListener. epochEnd(SameDiff sd, At at, LossCurve lossCurve, long epochTimeMillis)ListenerResponseListener. epochEnd(SameDiff sd, At at, LossCurve lossCurve, long epochTimeMillis)Called at the end of every epoch, when fitting from an iteratorListenerResponseBaseEvaluationListener. epochEndEvaluations(SameDiff sd, At at, LossCurve lossCurve, long epochTimeMillis, EvaluationRecord evaluations)SeeListener.epochEnd(SameDiff, At, LossCurve, long), also provided the requested evaluations -
Uses of LossCurve in org.nd4j.autodiff.listeners.checkpoint
Methods in org.nd4j.autodiff.listeners.checkpoint with parameters of type LossCurve Modifier and Type Method Description ListenerResponseCheckpointListener. epochEnd(SameDiff sameDiff, At at, LossCurve lossCurve, long epochTimeMillis) -
Uses of LossCurve in org.nd4j.autodiff.listeners.impl
Methods in org.nd4j.autodiff.listeners.impl with parameters of type LossCurve Modifier and Type Method Description ListenerResponseScoreListener. epochEnd(SameDiff sd, At at, LossCurve lossCurve, long epochTimeMillis)ListenerResponseUIListener. epochEnd(SameDiff sd, At at, LossCurve lossCurve, long epochTimeMillis)ListenerResponseHistoryListener. epochEndEvaluations(SameDiff sd, At at, LossCurve lossCurve, long epochTimeMillis, EvaluationRecord evaluations) -
Uses of LossCurve in org.nd4j.autodiff.listeners.records
Methods in org.nd4j.autodiff.listeners.records that return LossCurve Modifier and Type Method Description LossCurveLossCurve. addLossAndCopy(double[] values, List<String> lossNames)Return a new LossCurve with the given losses added on as the most recent epochLossCurveLossCurve. addLossAndCopy(Loss loss)Return a new LossCurve with the given losses added on as the most recent epochLossCurveHistory. lossCurve()Get the loss curveConstructors in org.nd4j.autodiff.listeners.records with parameters of type LossCurve Constructor Description History(List<EvaluationRecord> training, List<EvaluationRecord> validation, LossCurve loss, long trainingTimeMillis, List<Long> validationTimesMillis)
-