add the new self conditioning technique from hintons group from bit diffusion paper

0.27.0
This commit is contained in:
Phil Wang
2022-08-10 10:52:07 -07:00
parent eba44498d1
commit 689593a579
7 changed files with 73 additions and 25 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'denoising-diffusion-pytorch',
packages = find_packages(),
version = '0.26.5',
version = '0.27.0',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',