lower default initial learning rate to what Jonathan Ho had in his original repo

This commit is contained in:
Phil Wang
2022-05-14 13:22:43 -07:00
parent d1f02e8f49
commit 591d37e266
3 changed files with 3 additions and 3 deletions

View File

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