fix data not being normalized to range of -1 to 1

This commit is contained in:
Phil Wang
2021-06-21 18:51:36 -07:00
parent f5916111f8
commit 16c9ae7bb3
2 changed files with 5 additions and 3 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.6.3',
version = '0.6.5',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',