You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The point input x_src shape is (N,C,D), x_tgt shape is (N,D). The assert is assert (x_src.dim() == 4 and x_tgt.dim() == 3) or (x_src.dim() == 2 and x_tgt.dim() == 1) or (x_src.size() == x_tgt.size())
The text was updated successfully, but these errors were encountered:
The point input x_src shape is (N,C,D), x_tgt shape is (N,D). The assert is
assert (x_src.dim() == 4 and x_tgt.dim() == 3) or (x_src.dim() == 2 and x_tgt.dim() == 1) or (x_src.size() == x_tgt.size())
The text was updated successfully, but these errors were encountered: