use full attention at the center of the unet

This commit is contained in:
Phil Wang
2022-04-04 09:03:41 -07:00
parent eb6e1b508e
commit f4615599bc
2 changed files with 25 additions and 2 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.7.1',
version = '0.8.0',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',