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
Hi, I have this use case where I have an SE3 element of shape [2, 3]. When looking at the vec embedding of a subsection of it, the method fails. Here is a snap of the code to reproduce the error
Upon investigation, it is triggered in the broadcasting method of the library. So I changed from view to reshape. (Can't explain the why of the solution)
Line 13 of broadcasting.py is change from
Hi, I have this use case where I have an SE3 element of shape [2, 3]. When looking at the vec embedding of a subsection of it, the method fails. Here is a snap of the code to reproduce the error
Upon investigation, it is triggered in the broadcasting method of the library. So I changed from view to reshape. (Can't explain the why of the solution)
Line 13 of broadcasting.py is change from
to
The text was updated successfully, but these errors were encountered: