Skip to content

Commit

Permalink
default to sigmoid noise schedule, seems to be a lot better
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Dec 23, 2022
1 parent 7897ddb commit ed62022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def __init__(
sampling_timesteps = None,
loss_type = 'l1',
objective = 'pred_noise',
beta_schedule = 'cosine',
beta_schedule = 'sigmoid',
p2_loss_weight_gamma = 0.,
p2_loss_weight_k = 1,
ddim_sampling_eta = 0.
Expand Down
2 changes: 1 addition & 1 deletion denoising_diffusion_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.7'
__version__ = '0.2.2'

0 comments on commit ed62022

Please sign in to comment.