Releases: lucidrains/denoising-diffusion-pytorch
Releases · lucidrains/denoising-diffusion-pytorch
1.8.8
address https://github.com/lucidrains/denoising-diffusion-pytorch/iss…
1.8.7
address https://github.com/lucidrains/denoising-diffusion-pytorch/iss…
1.8.6
able to customize attention heads and dimension per head
1.8.5
make sure inception v3 is in eval mode for fid, thanks to @suheey
1.8.4
add a few asserts to guide newcomers
1.8.3
fix some issues with ddpm 1d
1.8.2
only calculate fid on main process
1.8.1
Merge pull request #228 from Adversarian/fix-unbound-fid Bind `self.calculate_fid` for the case when FID is not requested.
1.8.0
add flash attention, allow for fine customization of which layer of t…
1.7.7
better fid evals, thanks to @Adversarian