allow for one to stop grouping out weight decayable parameters, to debug optimizer state dict problem

This commit is contained in:
Phil Wang
2022-05-24 21:42:32 -07:00
parent 8864fd0aa7
commit 857b9fbf1e
3 changed files with 14 additions and 7 deletions

View File

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