fix wandb logging in tracker, and do some cleanup

This commit is contained in:
Phil Wang
2022-05-20 17:27:43 -07:00
parent e0524a6aff
commit 721f9687c1
3 changed files with 34 additions and 28 deletions

View File

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