fix decoder trainer optimizer loading (since there are multiple for each unet), also save and load step number correctly

This commit is contained in:
Phil Wang
2022-05-22 15:21:00 -07:00
parent 271a376eaf
commit 49de72040c
2 changed files with 24 additions and 9 deletions

View File

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