Skip to content

Commit

Permalink
Update src/torchmetrics/shape/procrustes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka Borovec <[email protected]>
  • Loading branch information
SkafteNicki and Borda committed Sep 14, 2024
1 parent 8059b5f commit 5e771da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torchmetrics/shape/procrustes.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ProcrustesDisparity(Metric):
applying a Procrustes transformation. The Procrustes Disparity is useful to compare two datasets
that are similar but not aligned.
The metric works similar to `scipy.spatial.procrustes` but for batches of data points. The disparity is
The metric works similar to ``scipy.spatial.procrustes`` but for batches of data points. The disparity is
aggregated over the batch, thus to get the individual disparities please use the functional version of this
metric: ``torchmetrics.functional.shape.procrustes.procrustes_disparity``.
Expand Down

0 comments on commit 5e771da

Please sign in to comment.