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 15:10:25 -07:00
parent ebe01749ed
commit 8260fc933a
2 changed files with 12 additions and 3 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',