Skip to content

Releases: lucidrains/denoising-diffusion-pytorch

v0.20.1

17 Jun 17:38

Choose a tag to compare

conditioning on final resnet block

v0.20.0

17 Jun 16:25

Choose a tag to compare

switch to learned sinsuoidal pos emb for the continuous case

v0.19.2

16 Jun 18:08

Choose a tag to compare

add one more residual

v0.19.1

16 Jun 02:10

Choose a tag to compare

fix a missing residual needed at the top most resolution in the unet

v0.19.0

16 Jun 00:56

Choose a tag to compare

fix a missing residual needed at the top most resolution in the unet

v0.18.4

14 Jun 17:49

Choose a tag to compare

add p2 loss reweighting for default ddpm as an option

v0.18.3

11 Jun 17:51

Choose a tag to compare

for https://github.com/lucidrains/denoising-diffusion-pytorch/issues/36

v0.18.2

10 Jun 04:00

Choose a tag to compare

allow for turning off horizontal flip augmentation

v0.18.1

10 Jun 03:52

Choose a tag to compare

allow for turning off horizontal flip augmentation

v0.18.0

09 Jun 15:25

Choose a tag to compare

add p2 loss weighting to SNR version of denoising diffusion, brought …