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
Is there a typo in the code on line 73 of bezierae.py ?
C = torch.cat([c_final[-1, 0], c_final[-1, 0]], 1) should be changed to C = torch.cat([c_final[-1, 0], c_final[-1, 1]], 1)