soumith / dcgan.torch

A torch implementation of http://arxiv.org/abs/1511.06434
Other
1.46k stars 415 forks source link

minmax or maxmin #31

Open lichengunc opened 8 years ago

lichengunc commented 8 years ago

I am a bit confused about if there is any difference between the formulations of min_G max_D or max_D min_G in GAN? or these two will be actually equal after iterative updating of G and D?

clairett commented 6 years ago

maxmin will encourage fake generations