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!
4 files
+ 69
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -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