Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baskrahmer committed Sep 24, 2024
1 parent a07e021 commit c7bdce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/segmentation/hausdorff_distance.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.. customcarditem::
:header: Hausdorff Distance
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/text_classification.svg
:tags: Retrieval

.. include:: ../links.rst
:tags: segmentation

##################
Hausdorff Distance
Expand Down
1 change: 1 addition & 0 deletions src/torchmetrics/segmentation/hausdorff_distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class HausdorffDistance(Metric):
Example:
>>> import torch
>>> from torchmetrics.segmentation import HausdorffDistance
>>> preds = torch.tensor([[1, 1, 1, 1, 1],
... [1, 0, 0, 0, 1],
... [1, 0, 0, 0, 1],
Expand Down

0 comments on commit c7bdce9

Please sign in to comment.