fix a missing residual needed at the top most resolution in the unet

This commit is contained in:
Phil Wang
2022-06-15 19:10:05 -07:00
parent 8b30be8042
commit 844e557dfb
2 changed files with 5 additions and 5 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.18.4',
version = '0.19.1',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',