greater kernel size in convnext blocks

This commit is contained in:
Phil Wang
2022-01-31 17:13:27 -08:00
parent 91cff45939
commit eb6e1b508e
2 changed files with 4 additions and 5 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.7.0',
version = '0.7.1',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',