fix everything around normalizing images to -1 to 1 for ddpm training automatically

This commit is contained in:
Phil Wang
2022-05-14 01:17:11 -07:00
parent 124d8577c8
commit 3115fa17b3
2 changed files with 17 additions and 7 deletions

View File

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