Skip to content
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

Setting alpha #15

Open
mashrurmorshed opened this issue May 11, 2024 · 0 comments
Open

Setting alpha #15

mashrurmorshed opened this issue May 11, 2024 · 0 comments

Comments

@mashrurmorshed
Copy link

mashrurmorshed commented May 11, 2024

In the paper there is a hyperparameter $\alpha$ that is used to scale norm_grad. Usually it seems to be set like alpha = 1 / norm or alpha = 0.1 / norm (mentioned in Appendix C in the paper, in each task subsection). However, in the code it seems there is no such scaling done? Why is that the case / what difference does that make?

For example, for inpainting, the paper mentions $\alpha = 1 / ||y - P\hat{x}_0||$. Doesn't $ ||y - P\hat{x}_0||$ get smaller with increasing T? That would mean the gradient constraint gets stronger the closer you are at the end of sampling, which is not what I would usually expect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant