We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0054996 commit 78b57d6Copy full SHA for 78b57d6
stochman/utilities/distance.py
@@ -46,4 +46,4 @@ def squared_manifold_distance(manifold, p0: torch.Tensor, p1: torch.Tensor):
46
dist: squared distance from p0 to p1 calculated on the manifold
47
"""
48
distance_op = __Dist2__()
49
- return distance_op(manifold, p0, p1)
+ return distance_op.apply(manifold, p0, p1)
0 commit comments