Merge remote-tracking branch 'origin/gan_lab' into gan_lab

This commit is contained in:
James Betker 2020-10-31 20:55:45 -06:00
commit 3676f26d94

View File

@ -108,7 +108,7 @@ class ImageCorruptor:
lo=15
range=60
elif aug == 'jpeg-normal':
lo=55
lo=47
range=35
else:
raise NotImplementedError("specified jpeg corruption doesn't exist")