jettify / pytorch-optimizer

torch-optimizer -- collection of optimizers for Pytorch
Apache License 2.0
3.01k stars 294 forks source link

Best Optimizer for Training GANs? #267

Closed kayuksel closed 3 years ago

kayuksel commented 3 years ago

May I please learn what is the best available optimizer here for training Generative Adversarial Networks?

Are there such a benchmark available anywhere? Only AdaBelief explicitly mentions GANs in their paper.

jettify commented 3 years ago

Sorry can not give any advise other then try different ones and see which one works for your problem.