bring in attention-based upsampling to strengthen vqgan-vae, seems to work as advertised in initial experiments in GAN

This commit is contained in:
Phil Wang
2022-04-25 17:27:45 -07:00
parent 79198c6ae4
commit 3b520dfa85
3 changed files with 118 additions and 2 deletions

View File

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