be able to finely customize learning parameters for each unet, take care of gradient clipping

This commit is contained in:
Phil Wang
2022-04-30 11:56:05 -07:00
parent a9421f49ec
commit 5fff22834e
2 changed files with 31 additions and 3 deletions

View File

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