-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confusing about the ComputeNormlizedSGD #3
Comments
Thanks for your attention on this work. So sorry that as I haven't read this code for a long time, it is hard for me to answer your questions quickly. However, I am confident that it is correct, as I paid much time on checking them at that moment. I hope that you try to read it more several days. If you are still confused after that, I will try to back again to this project and reply to you. |
Thanks for your reply, I will try my best to figure it out. |
Hi,
sorry for the bothering,
I'm confused about the function ComputeNormlizedSGD( F1, F2, size1, size2).
In this function, symmetric computation is applied.
However, when you reverse the direction from I1->I2 to I2->I1, should the fundamental F1, F2 be changed to their transposed one F1^T, F2^T?
In your function, d2 = one_iteration(F2, F1, h2, w2, h1, w1) and I can't understand why there is no such transformation.
I'm looking forward to your kindly reply :).
The text was updated successfully, but these errors were encountered: