Hacker News new | ask | show | jobs
by hervature 2402 days ago
The discriminator definitely is supervised but the generator is unsupervised. I.e., it has no labels on its targets.
1 comments

I'm not sure that's correct. The discriminator and the generator both learn to match a training set. You don't need to label the training set at all. You can just throw 70,000 aligned photos at it.

I think I see what you're saying, but that might be a different definition of "supervised". It seems impossible for one half of the same algorithm to be supervised and the other to be unsupervised. But I like your definition (if it was renamed to something else) because you're right that the discriminator is the only thing that pays attention to the training data, whereas the generator does not.