Configure data augmentation
mainAugmentation is critical for low-data settings. By default, translation and cutout are used (color is omitted). You can specify custom augmentation types and probability using --aug-types and --aug-prob.
$ lightweight_gan --data ./path/to/images --aug-prob 0.25 --aug-types [translation,cutout,color]