Skip to content

Releases: lucidrains/denoising-diffusion-pytorch

0.3.1

15 Sep 22:57
Compare
Choose a tag to compare
fix bug

0.3.0

15 Sep 22:15
Compare
Choose a tag to compare
make sure when sampling, batch does not exceed training batch size

0.2.4

09 Sep 00:26
Compare
Choose a tag to compare
allow for mixed precision training with fp16 flag

0.2.3

09 Sep 00:25
Compare
Choose a tag to compare
allow for mixed precision training with fp16 flag

0.2.2

08 Sep 22:16
Compare
Choose a tag to compare
fix loading checkpoint

0.2.1

08 Sep 22:03
Compare
Choose a tag to compare
update ema more frequently

0.2.0

08 Sep 21:58
Compare
Choose a tag to compare
add exponential moving average of model, also allow passing in custom…

0.1.4

08 Sep 06:14
Compare
Choose a tag to compare
fix small bug with gradient accumulation

0.1.3

08 Sep 05:39
Compare
Choose a tag to compare
add interpolation

0.1.2

07 Sep 06:25
Compare
Choose a tag to compare
fix another stray bug