learned noise schedule seems to be working, allow for one to make the monotonic net learn a bit more slowly than the unet

This commit is contained in:
Phil Wang
2022-06-08 12:34:07 -07:00
parent c4991f576f
commit c44d3ea01d
2 changed files with 12 additions and 6 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.2',
version = '0.17.3',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',