sinusoidal embed time embeddings for diffusion prior as well, for continuous version

This commit is contained in:
Phil Wang
2022-05-07 08:32:26 -07:00
parent 8f93729d19
commit 830afd3c15
2 changed files with 2 additions and 2 deletions

View File

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