dcgan.torch
dcgan.torch copied to clipboard
Selecting Best Generative Model
Hello, thanks a lot for helping the community with your code!
I'm training the GAN with ~4000 grey images of faces for 250 epochs and saving the network every 10 epochs. I am, however, having trouble figuring out how to select the best network that I should use for generating new images.
Would the sum of all errG within one epoch be a good score for how good the generative network is performing at that point during training?
Thanks a lot again!
Hi, now 3 years passed I faced up with the similar problem as you had 3 years ago. I would like to know how you get it done. Thanks.