Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.17 KB

Ranger — a synergistic optimizer combining RAdam (Rectified Adam) and Lookahead in one codebase.

Examples

Usage and notebook to test with coming shortly.

Software Requirements

  • Python 3.x
  • PyTorch 1.x

License

Apache License 2.0

Credits

Based on original work done by Less Wright (lessw2020). He built on LonePatient's implementation for the Lookahead part, and the official RAdam code for RAdam: