score_sde_pytorch
score_sde_pytorch copied to clipboard
Corrector Sampling Issues
Hi Song,
In the paper you define $\alpha_i = \prod_{j=1}^i 1- B_j$ however in the actual implementation $\alpha_i = 1 - \beta_i$. Could you help to verify which one is correct? Thank you!
https://github.com/yang-song/score_sde_pytorch/blob/cb1f359f4aadf0ff9a5e122fe8fffc9451fd6e44/sampling.py#L269