offer continuously parameterized time embedding for diffusion prior network, remove a hyperparameter that may trip up people, if not set correctly

This commit is contained in:
Phil Wang
2022-04-14 08:28:11 -07:00
parent 7e93b9d3c8
commit 7fb3f695d5
3 changed files with 43 additions and 5 deletions

View File

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