bring back resnet blocks, make convnext blocks an experimental option

This commit is contained in:
Phil Wang
2022-05-04 10:30:09 -07:00
parent de378158e5
commit 1f5c233072
2 changed files with 74 additions and 18 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.10.1',
version = '0.11.0',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',