make sure cascading DDPM can be trained unconditionally, to ready for CLI one command training for the public

This commit is contained in:
Phil Wang
2022-05-10 10:48:10 -07:00
parent a1bfb03ba4
commit fc8fce38fb
3 changed files with 22 additions and 10 deletions

View File

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