Compare commits

..
1 Commits
Author SHA1 Message Date
Phil Wang b72235e71d allow for mixed precision training with fp16 flag 2020-09-08 17:25:26 -07:00
+2 -2
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'denoising-diffusion-pytorch',
packages = find_packages(),
version = '0.2.4',
version = '0.2.3',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',
@@ -17,7 +17,7 @@ setup(
'einops',
'numpy',
'pillow',
'torch',
'torch>=1.6',
'torchvision',
'tqdm'
],