Releases: lucidrains/denoising-diffusion-pytorch
Releases · lucidrains/denoising-diffusion-pytorch
v0.20.1
conditioning on final resnet block
v0.20.0
switch to learned sinsuoidal pos emb for the continuous case
v0.19.2
add one more residual
v0.19.1
fix a missing residual needed at the top most resolution in the unet
v0.19.0
fix a missing residual needed at the top most resolution in the unet
v0.18.4
add p2 loss reweighting for default ddpm as an option
v0.18.3
for https://github.com/lucidrains/denoising-diffusion-pytorch/issues/36
v0.18.2
allow for turning off horizontal flip augmentation
v0.18.1
allow for turning off horizontal flip augmentation
v0.18.0
add p2 loss weighting to SNR version of denoising diffusion, brought …