update sample, and set default gradient clipping value for decoder training

This commit is contained in:
Phil Wang
2022-05-16 17:38:30 -07:00
parent ae056dd67c
commit bb86ab2404
4 changed files with 5 additions and 5 deletions

View File

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