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

sampling loop time step #332

Open
MichaelJacob914 opened this issue Jul 10, 2024 · 2 comments
Open

sampling loop time step #332

MichaelJacob914 opened this issue Jul 10, 2024 · 2 comments

Comments

@MichaelJacob914
Copy link

MichaelJacob914 commented Jul 10, 2024

Currently running the code, and after 1000 steps it starts the 'sampling loop time step' but says it will do this 3125 times and is estimated to take about a week. Is this a part of training, and why is it taking so long/will it do this every 1000 steps? Thanks
Screenshot 2024-07-10 at 4 05 52 PM

@MichaelJacob914
Copy link
Author

It seems as though this was caused by calculate_fid set to true in my trainer statement.

@Lucien20000118
Copy link

I think it is because of using ddim_sampling. If your sampling_timesteps < timesteps, it will make the model use ddim_sample.
If you want to decrease the fid loop numbers, you can set the trainer.num_fid_samples smaller.
The default num_fid_samples is 50000.

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