allow for configuring expansion factor in convnext

This commit is contained in:
Phil Wang
2022-05-04 10:33:23 -07:00
parent 1f5c233072
commit c6ecca555b
2 changed files with 4 additions and 3 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.0',
version = '0.11.1',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',