Skip to content

Commit

Permalink
Fix typo (#3017)
Browse files Browse the repository at this point in the history
Change "structual" to "structural".
  • Loading branch information
njuaplusplus committed Aug 8, 2023
1 parent 80b8033 commit 1506066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/metrics/ssim.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class SSIM(Metric):
"""
Computes Structual Similarity Index Measure
Computes Structural Similarity Index Measure
- ``update`` must receive output of the form ``(y_pred, y)``.
Expand Down

0 comments on commit 1506066

Please sign in to comment.