Skip to content

Conversation

jacobjinkelly
Copy link
Contributor

Implements AdaMax, a variant of Adam under the infinity norm, as described in the original paper.

Perhaps this is too niche and should be left out of core JAX, similar to as suggested in #1467. On the other hand AdaMax is available in PyTorch and TF. Let me know what you think!

@mattjj
Copy link
Collaborator

mattjj commented Apr 21, 2020

Thanks, @jacobjinkelly ! Fantastic code and thanks also for the links in your PR message; that was really clear.

This seems canonical enough to include.

Copy link
Collaborator

@mattjj mattjj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code and docstring look great, thanks for this!

@mattjj mattjj merged commit f527ed4 into jax-ml:master Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants