make sure resnet groups in unet is finely customizable

This commit is contained in:
Phil Wang
2022-05-10 10:12:37 -07:00
parent 10b905b445
commit b1e7b5f6bb
3 changed files with 16 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ setup(
'dream = dalle2_pytorch.cli:dream'
],
},
version = '0.2.4',
version = '0.2.5',
license='MIT',
description = 'DALL-E 2',
author = 'Phil Wang',