Feat: GAN-Classifier #5
Labels
enhancement
New feature or request
gan
relevant to gan development
priority 3: optional
Not time sensitive.
Idea:
The current classifier doesn't train well (without a generator).
The current discriminator doesn't classify well.
The idea here would be to take a combined approach: train a classifier during normal GAN training
In short: training the classifier at the same time as we train the discriminator, both using the generator.
This would involve only a few extra lines of code. If the simplest version doesn't work, there are several variations worth considering:
The text was updated successfully, but these errors were encountered: