-
Notifications
You must be signed in to change notification settings - Fork 20
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
About Fix point iteration #12
Comments
Besides, I'm also curious about you say " It is obvious that F is a contraction mapping", how can you guarentee it is a contraction mapping. |
Hi @BraveDrXuTF , Thank you for your interest in this work! Regarding your questions,
Please let me know if you have additional questions! Thanks! |
Thanks you for providing rich details and references. So there may be a certain guarentee of convergence in matrix decomposition. And If we do not use factorization method to replace the attention mechanism, for example, we use other common neural arch, like fc, conv, and rnn, without any additional constraint, we would not have the guarentee of the good property that iteration will converge, right? In WGAN and Lipschitzness-GAN, they tend to clip the weights (WGAN) or penalize the gradients (Lipschitzness-GAN) of the discriminator, and by doing so they have the Lipschitzness. |
Thank you for your excellent work! I note the sample code in the blog said there should be a fixed point iteration before the one-step grident, so that it's guaranteed to be a contraction mapping right? I search the code with keyword "fix", "fixed", "iterations"and so on, but I cannot find fixed point iteration. So where is it?
The text was updated successfully, but these errors were encountered: