Skip to content

Commit

Permalink
rebase; ddp test still failing
Browse files Browse the repository at this point in the history
  • Loading branch information
gianscarpe committed Feb 5, 2022
1 parent fa3ab22 commit c5fc1d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchmetrics/detection/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,4 +786,5 @@ def compute(self) -> dict:
metrics.update(mar)
metrics.map_per_class = map_per_class_values
metrics[f"mar_{self.max_detection_thresholds[-1]}_per_class"] = mar_max_dets_per_class_values

return metrics

0 comments on commit c5fc1d9

Please sign in to comment.