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
I tried several ways as below to change the step length (delta t) and the total denosing steps but none of them works:
Changing the num_timesteps hyperparameter in the config file and changing thetotal_noise_levels accordingly.
Changing the step length of the enumeration of i in the SDEditing demonstration function
It seems the synthesized images remain noised after the hyperparameters are tuned. Is there a way to modify N safely? Or is it possible to accelerate the generation process by other means?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi there, thank you for releasing the code!
I tried several ways as below to change the step length (delta t) and the total denosing steps but none of them works:
num_timesteps
hyperparameter in the config file and changing thetotal_noise_levels
accordingly.i
in theSDEditing
demonstration functionIt seems the synthesized images remain noised after the hyperparameters are tuned. Is there a way to modify N safely? Or is it possible to accelerate the generation process by other means?
Thank you!
The text was updated successfully, but these errors were encountered: