eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.17k stars 4.05k forks source link

AAE in data augmentation #181

Open mia-7 opened 2 years ago

mia-7 commented 2 years ago

As I first touch the GAN, I wanna know how to use aae to data augmentation? Directly input an random matrix compling with Normal(0, 5) distribution into the decoder? or revise the loss function? Hoping for your reply! Thank you very much