Skip to content

Commit e54f382

Browse files
VijayVignesh1rittik9
authored andcommitted
Docstring fixes
1 parent e5190ea commit e54f382

File tree

1 file changed

+1
-1
lines changed
  • src/torchmetrics/multimodal

1 file changed

+1
-1
lines changed

src/torchmetrics/multimodal/fdd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class UpperFaceDynamicsDeviation(Metric):
7777
>>> vertices_pred = torch.randn(10, 100, 3, generator=torch.manual_seed(42))
7878
>>> vertices_gt = torch.randn(10, 100, 3, generator=torch.manual_seed(43))
7979
>>> metric(vertices_pred, vertices_gt)
80-
tensor(-0.3668)
80+
tensor(-0.0252)
8181
8282
"""
8383

0 commit comments

Comments
 (0)