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 accessed from the memory with the dimension N which appears to be the embedding size (or the representation size). Shouldn't this instead be accessed with dimension K
Hi guys,
First of all, congratulations on this great work and thank you for making the code open-source.
While going through the implementation details, I noticed that the
Grad
type in themul_backward_kernel()
method inlietorch/lietorch/src/lietorch_cpu.cpp
Line 124 in 0fa9ce8
N
which appears to be the embedding size (or the representation size). Shouldn't this instead be accessed with dimensionK
lietorch/lietorch/src/lietorch_cpu.cpp
Line 119 in 0fa9ce8
which is the dimension of the tangent space that satisfies the chain rule described in Eq. (14) of the paper.
Please let me know if this observation is correct or I have misunderstood this as a bug? Thanks in advance. Keep up the great work :)
The text was updated successfully, but these errors were encountered: