fix wandb logging in tracker, and do some cleanup

This commit is contained in:
Phil Wang
2022-05-20 17:10:33 -07:00
parent e0524a6aff
commit 9340d33d5f
3 changed files with 34 additions and 27 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',