Skip to content

Commit

Permalink
Update variance_schedule.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mathpluscode authored Nov 30, 2023
1 parent 0e3bd82 commit 16f1e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imgx/diffusion/gaussian/variance_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ def downsample_beta_schedule(
After down-sampling, the first and last values of alphas_cumprod are kept.
https://arxiv.org/abs/2102.09672
Args:
betas: beta schedule, shape (num_timesteps,).
Values are in ascending order.
Expand Down

0 comments on commit 16f1e20

Please sign in to comment.