tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 650 forks source link

Open PR to add Eve optimizer to keras #6

Closed michaelosthege closed 7 years ago

michaelosthege commented 7 years ago

The Readme states that the Eve class can simply be copied to the keras sources. Therefore I'd suggest that @tdeboissiere opens a PR to keras =)

tdeboissiere commented 7 years ago

It's probably too early to add the method to keras. From my experiments, it is not clear whether Eve is really better than Adam out of the box.