Skip to content

Commit

Permalink
Correct spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
szmazurek committed Dec 6, 2024
1 parent 53d3849 commit cc66211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/compute/loss_and_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc66211

Please sign in to comment.