allows one to shortcut sampling at a specific unet number, if one were to be training in stages

This commit is contained in:
Phil Wang
2022-04-30 16:05:13 -07:00
parent ebe01749ed
commit d1a697ac23
3 changed files with 13 additions and 4 deletions

View File

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