vqgan-vae codebook dims should be 256 or smaller

This commit is contained in:
Phil Wang
2022-04-28 08:59:03 -07:00
parent 625ce23f6b
commit cb26187450
2 changed files with 3 additions and 1 deletions

View File

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