You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: