Hacker News new | ask | show | jobs
by minimaxir 1584 days ago
The model appears to have overfit a bit (seed 535 is blatantly Vivillion: https://twitter.com/ak92501/status/1492560750103121920 )

Which is interesting because GANs tend not to overfit.

2 comments

Traditional GANs typically have a different problem called mode collapse, in which the generator learns one (or a few) outputs that the discriminator likes. Conditional GANs are given a condition as input and have more chance of overfitting, as the loss function is a combination of the GAN output and a supervised loss based on the condition.
Vivillon just has 20 different forms, so it makes sense it would be more common.