allow for turning off horizontal flip augmentation

This commit is contained in:
Phil Wang
2022-06-09 20:59:59 -07:00
parent 479f60c178
commit f900f40f14
3 changed files with 8 additions and 7 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.18.0',
version = '0.18.2',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',