-
Notifications
You must be signed in to change notification settings - Fork 7
Feat: GAN-Classifier #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestganrelevant to gan developmentrelevant to gan developmentpriority 3: optionalNot time sensitive.Not time sensitive.
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestganrelevant to gan developmentrelevant to gan developmentpriority 3: optionalNot time sensitive.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: