| Package | Description |
|---|---|
| org.nd4j.autodiff.listeners | |
| org.nd4j.autodiff.listeners.impl | |
| org.nd4j.autodiff.listeners.records | |
| org.nd4j.autodiff.samediff.config |
| Modifier and Type | Method and Description |
|---|---|
ListenerResponse |
BaseEvaluationListener.epochEndEvaluations(SameDiff sd,
At at,
LossCurve lossCurve,
long epochTimeMillis,
EvaluationRecord evaluations)
See
Listener.epochEnd(SameDiff, At, LossCurve, long), also provided the requested evaluations |
ListenerResponse |
BaseEvaluationListener.validationDoneEvaluations(SameDiff sd,
At at,
long validationTimeMillis,
EvaluationRecord evaluations)
See
Listener.validationDone(SameDiff, At, long), also provided the requested evaluations |
| Modifier and Type | Method and Description |
|---|---|
ListenerResponse |
HistoryListener.epochEndEvaluations(SameDiff sd,
At at,
LossCurve lossCurve,
long epochTimeMillis,
EvaluationRecord evaluations) |
ListenerResponse |
HistoryListener.validationDoneEvaluations(SameDiff sd,
At at,
long validationTimeMillis,
EvaluationRecord evaluations) |
| Modifier and Type | Method and Description |
|---|---|
EvaluationRecord |
History.finalTrainingEvaluations()
Gets the training evaluations ran during the last epoch
|
EvaluationRecord |
History.finalValidationEvaluations()
Gets the validation evaluations ran during the last epoch
|
EvaluationRecord |
History.trainingEvaluations(int epoch)
Gets the evaluation record for a given epoch.
|
EvaluationRecord |
History.validationEvaluations(int epoch)
Gets the evaluation record for a given epoch.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationRecord> |
History.trainingEval()
Get the training evaluations
|
List<EvaluationRecord> |
History.validationEval()
Get the validation evaluations
|
| Constructor and Description |
|---|
History(List<EvaluationRecord> training,
List<EvaluationRecord> validation,
LossCurve loss,
long trainingTimeMillis,
List<Long> validationTimesMillis) |
History(List<EvaluationRecord> training,
List<EvaluationRecord> validation,
LossCurve loss,
long trainingTimeMillis,
List<Long> validationTimesMillis) |
| Modifier and Type | Method and Description |
|---|---|
EvaluationRecord |
EvaluationConfig.exec()
Run the evaluation.
|
Copyright © 2021. All rights reserved.