Skip to content
Snippets Groups Projects

Display 5 worst predictions at the end of evaluation

Merged Manon Blanco requested to merge display-worst-predictions into main
All threads resolved!
Files
8
@@ -29,8 +29,10 @@ class Inference(NamedTuple):
inferring again when we need to compute new metrics
"""
image: str
ground_truth: str
prediction: str
wer: float
class MetricManager:
Loading