diffusion_models
diffusion_models copied to clipboard
Typo in diffusion_02_model.ipynb
Hi,
I think you have an error in:
while it should be q(x_t|x_0).
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.