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

Specific details regarding DDIM sampling #65

Open
dqj5182 opened this issue Feb 13, 2024 · 1 comment
Open

Specific details regarding DDIM sampling #65

dqj5182 opened this issue Feb 13, 2024 · 1 comment

Comments

@dqj5182
Copy link

dqj5182 commented Feb 13, 2024

Hi! I am interested in implementing DDIM sampling for the LION model.
However, I wish to know more details regarding how you sampled LION model through DDIM sampling.
As I do not know which parameter values were used for DDIM sampling (except number of steps, which is 25 as stated in the paper), I have used the same values for parameter values of DDIMScheduler. Is there any part that I need to modify here? or is this identical setting as introduced in the LION paper?

Screen Shot 2024-02-13 at 7 52 40 PM
@ZENGXH
Copy link
Collaborator

ZENGXH commented Mar 26, 2024

if you want to change the number of step in sampling, you could change here: https://github.com/nv-tlabs/LION/blob/main/models/lion.py#L39
change the numebr 1000 to 25

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

2 participants