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
As I know, exp operation will convert lie vector to lie group, so the grad of exp should be on the tangent space, a Group::K vector, while the offset in exp_backward_kernel is Group::N. Is it wrong?
As I know,
exp
operation will convert lie vector to lie group, so the grad ofexp
should be on the tangent space, aGroup::K
vector, while the offset in exp_backward_kernel isGroup::N
. Is it wrong?Current implementation:
Modified implementation:
Here is the code in
lietorch_gpu.cu
:The text was updated successfully, but these errors were encountered: