fix decoder needing separate conditional dropping probabilities for image embeddings and text encodings, thanks to @xiankgx !

This commit is contained in:
Phil Wang
2022-04-30 08:47:56 -07:00
parent 721a444686
commit f19c99ecb0
3 changed files with 26 additions and 15 deletions

View File

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