remove convnext blocks, they are illsuited for generative work, validated by early experimental results at https://github.com/lucidrains/video-diffusion-pytorch

This commit is contained in:
Phil Wang
2022-05-05 07:07:21 -07:00
parent aec5575d09
commit 896f19786d
4 changed files with 3 additions and 187 deletions

View File

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