dataloaders for decoder training, from @Veldrovive

This commit is contained in:
Phil Wang
2022-05-05 07:09:45 -07:00
parent 15acc03bd4
commit d8d8b6caf1

View File

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