▲ | sathish316 5 days ago | |
Isn’t this the basis of GAN (Generative Adversarial networks), which is how most GenAI image models work? The purpose of generator network is to generate data that is as close to the training set as possible. The purpose of discriminator network is to distinguish the original from generated data. Is blue-team and red-team like a post-training generator and discriminator? |