Package ai.djl.training.evaluator


package ai.djl.training.evaluator
Contains classes for evaluating the effectiveness of models.

It contains a main interface Evaluator and various evaluators that extend it. More evaluators are located within ai.djl.training.loss which have the additional property that those evaluators are suited for training.