also offer l2norm clamping in diffusion prior during training, if one were using predict x0 objective

This commit is contained in:
Phil Wang
2022-05-06 10:05:14 -07:00
parent 09e9eaa5a6
commit 14e63a3f67
2 changed files with 6 additions and 1 deletions

View File

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