DecoderTrainer sample method uses the exponentially moving averaged

This commit is contained in:
Phil Wang
2022-04-30 14:55:34 -07:00
parent 63195cc2cb
commit ebe01749ed
3 changed files with 24 additions and 2 deletions

View File

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