Skip to content

Commit ea8cc6f

Browse files
authored
fix mistake in docs
1 parent b55e57f commit ea8cc6f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/source/image/dists.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
.. customcarditem::
2-
:header: D
2+
:header: Deep Image Structure And Texture Similarity (DISTS)
33
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/image_classification.svg
44
:tags: Image
55

66
.. include:: ../links.rst
77

8-
#################################################
9-
Learned Perceptual Image Patch Similarity (LPIPS)
10-
#################################################
8+
###################################################
9+
Deep Image Structure And Texture Similarity (DISTS)
10+
###################################################
1111

1212
Module Interface
1313
________________
1414

15-
.. autoclass:: torchmetrics.image.lpip.LearnedPerceptualImagePatchSimilarity
15+
.. autoclass:: torchmetrics.image.dists.DeepImageStructureAndTextureSimilarity
1616
:exclude-members: update, compute
1717

1818
Functional Interface
1919
____________________
2020

21-
.. autofunction:: torchmetrics.functional.image.learned_perceptual_image_patch_similarity
21+
.. autofunction:: torchmetrics.functional.image.dists.deep_image_structure_and_texture_similarity
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
.. customcarditem::
2-
:header: Deep Image Structure And Texture Similarity (DISTS)
2+
:header: Learned Perceptual Image Patch Similarity (LPIPS)
33
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/image_classification.svg
44
:tags: Image
55

66
.. include:: ../links.rst
77

8-
###################################################
9-
Deep Image Structure And Texture Similarity (DISTS)
10-
###################################################
8+
#################################################
9+
Learned Perceptual Image Patch Similarity (LPIPS)
10+
#################################################
1111

1212
Module Interface
1313
________________
1414

15-
.. autoclass:: torchmetrics.image.dists.DeepImageStructureAndTextureSimilarity
15+
.. autoclass:: torchmetrics.image.lpip.LearnedPerceptualImagePatchSimilarity
1616
:exclude-members: update, compute
1717

1818
Functional Interface
1919
____________________
2020

21-
.. autofunction:: torchmetrics.functional.image.deep_image_structure_and_texture_similarity
21+
.. autofunction:: torchmetrics.functional.image.learned_perceptual_image_patch_similarity

0 commit comments

Comments
 (0)