remove convnext blocks, they do not work well, validated in video diffusion repository

This commit is contained in:
Phil Wang
2022-05-05 07:03:55 -07:00
parent 84731bb03d
commit 989f0fcb8e
3 changed files with 3 additions and 54 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.11.2',
version = '0.12.0',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',