soumith / ganhacks

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

Evaluate the Discriminator module over different set of images #60

Open anamika06jain opened 5 years ago

anamika06jain commented 5 years ago

Hello, I am using GANs. i have trained both generator and discriminator module. and save the model and weights. now i want to use only the discriminator module to test over a different set of images that were not used in training how can i evaluate the discriminator module. I am using CCGAN architecture..