successfully did some basic math and clipped the predicted x0 intermediate for the continuous time case

This commit is contained in:
Phil Wang
2022-06-08 17:53:26 -07:00
parent 4284c8840d
commit 339fc024ba
2 changed files with 15 additions and 5 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.17.4',
version = '0.17.5',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',