allow for saving of additional fields on save method in trainers, and return loaded objects from the load method

This commit is contained in:
Phil Wang
2022-05-22 22:14:25 -07:00
parent 4d346e98d9
commit ae42d03006
3 changed files with 14 additions and 8 deletions

View File

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