make sure predicted mean is actually detached for all of the kl loss calculations

This commit is contained in:
Phil Wang
2022-05-12 11:12:34 -07:00
parent e147839d74
commit e0f26677d6
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.14.1',
version = '0.14.2',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',