add exponential moving average of model, also allow passing in custom noise schedule

This commit is contained in:
Phil Wang
2020-09-08 14:58:09 -07:00
parent 81fb2a0386
commit 1307b3115d
3 changed files with 60 additions and 16 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.1.4',
version = '0.2.0',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',