optimizer should be saved and loaded

This commit is contained in:
Phil Wang
2022-07-08 17:43:41 -07:00
parent 662172851b
commit a0c3443eaa
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'denoising-diffusion-pytorch',
packages = find_packages(),
version = '0.24.2',
version = '0.24.4',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',