diffusion_models icon indicating copy to clipboard operation
diffusion_models copied to clipboard

Typo in diffusion_02_model.ipynb

Open ariel415el opened this issue 3 years ago • 1 comments

Hi,

I think you have an error in: Screenshot from 2021-05-21 13-09-18

while it should be q(x_t|x_0).

ariel415el avatar May 21 '21 10:05 ariel415el

There's an additional typo in the forward_process function where you should multiply the noise by the sqrt of beta, not beta because beta is actually the variance of the normal distribution.

ziyuanzhao2000 avatar Sep 20 '22 02:09 ziyuanzhao2000