fix and cleanup image size determination logic in decoder

This commit is contained in:
Phil Wang
2022-05-22 22:28:45 -07:00
parent ae42d03006
commit 276abf337b
2 changed files with 24 additions and 10 deletions

View File

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