LMescheder / GAN_stability

Code for paper "Which Training Methods for GANs do actually Converge? (ICML 2018)"
MIT License
917 stars 114 forks source link

Why RMSProp but not Adam? #22

Open LynnHo opened 3 years ago

LynnHo commented 3 years ago

@LMescheder Hi, most GAN papers use Adam optimizer. What's the main reason here using RMSProp? Is it better than Adam here?