See: Description
| Class | Description |
|---|---|
| Accuracy |
Accuracy is a TrainingMetric that computes the accuracy score. |
| BoundingBoxError |
BoundingBoxError is a TrainingMetric that computes the error in the prediction of
bounding boxes in SingleShotDetection model. |
| SingleShotDetectionAccuracy |
SingleShotDetectionAccuracy is an implementation of Accuracy. |
| TopKAccuracy |
TopKAccuracy is a TrainingMetric that computes the accuracy of the top k
predictions. |
| TrainingMetric |
Base class for all training metrics.
|
It contains a main interface TrainingMetric and various
metrics that extend it. More metrics are located within ai.djl.training.loss which have
the additional property that those metrics are suited for training.