calculate noise schedule with float64 for numerical accuracy

This commit is contained in:
Phil Wang
2022-05-10 15:23:34 -07:00
parent 09613a40f3
commit 402b7c26df
2 changed files with 19 additions and 15 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.12.0',
version = '0.12.1',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',