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

The reverse_step function in generative.networks.schedulers.DDPMScheduler.ddim.py #502

Open
StartMvoe opened this issue Aug 19, 2024 · 0 comments

Comments

@StartMvoe
Copy link

Well, the reversed_step function in generative.networks.schedulers.ddim.py seems to try to generate x_t+1 from x_t with the Equation (6) in https://arxiv.org/pdf/2203.04306.pdf. However, in the process of implementing the reversed_step function, from https://arxiv.org/pdf/2010.02502.pdf is used to achieve it. In other word, the step_reverse function realize an equation x_t+1 = alpha_prod_t_next ** (0.5) * x_0+ x_t. Is that right?

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