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
Hello,
I am trying to reproduce your code and I saw that you used the result of the correlation to calculate the distance used in the loss instead of the Frobenius norm as you indicate in the paper. Is it a mistake or voluntary ? And if voluntary why do you use it ?
Beside, I see that you use an argmax function to find the orientation after the correlation calculation but if I'm not mistaken, this function is not differentiable and therefore blocks the gradient descent. How did you deal with this ?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
hsavatierdupre
changed the title
Why the correlation is used to calculate the loss instead of the Frobenius NOrm ?
Why the correlation is used to calculate the loss instead of the Frobenius Norm ?
Jul 18, 2023
Hello,
I am trying to reproduce your code and I saw that you used the result of the correlation to calculate the distance used in the loss instead of the Frobenius norm as you indicate in the paper. Is it a mistake or voluntary ? And if voluntary why do you use it ?
Beside, I see that you use an argmax function to find the orientation after the correlation calculation but if I'm not mistaken, this function is not differentiable and therefore blocks the gradient descent. How did you deal with this ?
Thank you in advance!
The text was updated successfully, but these errors were encountered: