add convnext backbone for vqgan-vae, still need to fix groupnorms in resnet encdec

This commit is contained in:
Phil Wang
2022-05-01 09:32:24 -07:00
parent 5e421bd5bb
commit 1bb9fc9829
2 changed files with 105 additions and 1 deletions

View File

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