Hi,
I want to apply GAN as a data-augmentation technique in my model. I am bit confused regarding implementation that how could I give the generated images of GAN to my model on run-time? because GAN takes time to generate good and sensible images. At what point I could feed GAN generated Images to my model and what would be the best approach? In whole scenario, I want to skip saving Images on the disk and then preprocessing the images to feed into my model.
Looking forward to your kind suggestions!