optimizer should be saved and loaded

This commit is contained in:
Phil Wang
2022-07-08 17:07:32 -07:00
parent 662172851b
commit cee30ce304
2 changed files with 3 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.3',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',