bring in the continuous time v-parameterized ddpm, validated to work locally, and which will be used for imagen-video replication

This commit is contained in:
Phil Wang
2022-10-23 19:16:31 -07:00
parent 23fd887a5f
commit aadaa7d288
4 changed files with 196 additions and 1 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.28.0',
version = '0.29.0',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',