fix calculation of adaptive weight for vit-vqgan, thanks to @CiaoHe

This commit is contained in:
Phil Wang
2022-05-02 07:57:28 -07:00
parent c1db2753f5
commit fc954ee788
2 changed files with 14 additions and 2 deletions

View File

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