use post-attn-branch layernorm in attempt to stabilize cross attention conditioning in decoder

This commit is contained in:
Phil Wang
2022-05-14 11:58:09 -07:00
parent 5d27029e98
commit 9faab59b23
2 changed files with 6 additions and 2 deletions

View File

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