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
The Linear Schedule suggests that any number of time-steps are supported. But this is not true, since the Guided Diffusion asserts that all betas are in the interval (0,1). So any num_diffusion_timesteps<200 will yield an assertion error.
To reproduce, train any model with the flag diffusion_steps < 200.
The text was updated successfully, but these errors were encountered:
The Linear Schedule suggests that any number of time-steps are supported. But this is not true, since the Guided Diffusion asserts that all betas are in the interval (0,1). So any
num_diffusion_timesteps<200
will yield an assertion error.To reproduce, train any model with the flag
diffusion_steps < 200
.The text was updated successfully, but these errors were encountered: