conditioning on final resnet block

This commit is contained in:
Phil Wang
2022-06-17 10:38:17 -07:00
parent 9fd05f1b1f
commit b4fb8804d2
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.20.0',
version = '0.20.1',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',