bring in the cross embed layer from Crossformer paper for initial convolution in unet

This commit is contained in:
Phil Wang
2022-05-10 11:50:38 -07:00
parent 2b55f753b9
commit 35f89556ba
3 changed files with 45 additions and 5 deletions

View File

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