Skip to content

Releases: lucidrains/denoising-diffusion-pytorch

1.8.8

14 Jul 14:35

Choose a tag to compare

address https://github.com/lucidrains/denoising-diffusion-pytorch/iss…

1.8.7

14 Jul 14:14

Choose a tag to compare

address https://github.com/lucidrains/denoising-diffusion-pytorch/iss…

1.8.6

13 Jul 14:44

Choose a tag to compare

able to customize attention heads and dimension per head

1.8.5

09 Jul 15:19

Choose a tag to compare

make sure inception v3 is in eval mode for fid, thanks to @suheey

1.8.4

05 Jul 18:31

Choose a tag to compare

add a few asserts to guide newcomers

1.8.3

22 Jun 15:50

Choose a tag to compare

fix some issues with ddpm 1d

1.8.2

21 Jun 14:03

Choose a tag to compare

only calculate fid on main process

1.8.1

20 Jun 20:50
fd59db2

Choose a tag to compare

Merge pull request #228 from Adversarian/fix-unbound-fid

Bind `self.calculate_fid` for the case when FID is not requested.

1.8.0

19 Jun 16:25

Choose a tag to compare

add flash attention, allow for fine customization of which layer of t…

1.7.7

19 Jun 14:52

Choose a tag to compare

better fid evals, thanks to @Adversarian