additional conditioning on image embedding by summing to time embeddings (for FiLM like conditioning in subsequent layers), from passage found in paper by @mhh0318

This commit is contained in:
Phil Wang
2022-05-30 09:26:46 -07:00
parent 387c5bf774
commit a0bed30a84
2 changed files with 16 additions and 3 deletions

View File

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