allow for full customization of number of resnet blocks per down or upsampling layers in unet, as in imagen

This commit is contained in:
Phil Wang
2022-05-26 08:33:31 -07:00
parent 645e207441
commit f4fe6c570d
2 changed files with 19 additions and 11 deletions

View File

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