allow for mixed precision training with fp16 flag

This commit is contained in:
Phil Wang
2020-09-08 17:26:23 -07:00
parent 88f83d0ff2
commit 4bf28914bc
3 changed files with 49 additions and 12 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.2.2',
version = '0.2.4',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',