let researchers do the hyperparameter search

This commit is contained in:
Phil Wang
2022-05-01 08:46:21 -07:00
parent 67fcab1122
commit 5e421bd5bb
2 changed files with 6 additions and 3 deletions

View File

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