when in doubt, make it a hyperparameter

This commit is contained in:
Phil Wang
2022-05-07 07:52:02 -07:00
parent cd5f2c1de4
commit 8f93729d19
2 changed files with 11 additions and 4 deletions

View File

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