soumith / ganhacks

starter from "How to Train a GAN?" at NIPS2016
11.43k stars 1.66k forks source link

Using generator and discriminator loss to evaluate GANs. #43

Open Sinha-Raunak opened 6 years ago

Sinha-Raunak commented 6 years ago

Hey!

I was studying upon evaluation metric for GANs. Was a little confused as to why the loss of the generator and discriminator are not good measures to evaluate the performance of GANs.

Thanks