zcemycl / Matlab-GAN

MATLAB implementations of Generative Adversarial Networks -- from GAN to Pixel2Pixel, CycleGAN
MIT License
189 stars 86 forks source link

Would you consider adding data augmentation and random grouping? #7

Closed momo-love closed 3 years ago

momo-love commented 3 years ago

Would you consider adding data augmentation and random grouping?

zcemycl commented 3 years ago

@momo-love In the code, there are lines i did for batch and random shuffling. Those are already random grouping.