default number of resnet blocks per layer in unet to 2 (in imagen it was 3 for base 64x64)

This commit is contained in:
Phil Wang
2022-05-30 10:06:48 -07:00
parent a0bed30a84
commit b693e0be03
2 changed files with 2 additions and 2 deletions

View File

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