optimize for simplicity and clarity - researcher does not need to worry about normalizing and unnormalizing now

This commit is contained in:
Phil Wang
2022-05-14 11:38:43 -07:00
parent 60128257c5
commit 91f03fb88b
2 changed files with 9 additions and 7 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.15.3',
version = '0.15.4',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',