diff --git a/GANDLF/compute/loss_and_metric.py b/GANDLF/compute/loss_and_metric.py index 23b7010ce..cffe4f1e2 100644 --- a/GANDLF/compute/loss_and_metric.py +++ b/GANDLF/compute/loss_and_metric.py @@ -37,7 +37,7 @@ def get_metric_output( if len(temp) > 1: return temp else: - # TODO: this branch is extremely age case and is buggy. + # TODO: this branch is extremely edge case and is buggy. # Overall the case when metric returns a list but of length 1 is very rare. The only case is when # the metric returns Nx.. tensor (i.e. without aggregation by elements) and batch_size==N==1. This branch # would definitely fail for such a metrics like