Skip to content

Commit

Permalink
docs: fix typo in SSIM (#1986)
Browse files Browse the repository at this point in the history
Change "structual" to "structural".
  • Loading branch information
njuaplusplus authored Aug 8, 2023
1 parent 7f17d89 commit 6ce0e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torchmetrics/image/ssim.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


class StructuralSimilarityIndexMeasure(Metric):
"""Compute Structual Similarity Index Measure (SSIM_).
"""Compute Structural Similarity Index Measure (SSIM_).
As input to ``forward`` and ``update`` the metric accepts the following input
Expand Down

0 comments on commit 6ce0e6e

Please sign in to comment.