Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Optimizer classes to the new frontend #4280

Commits on Jul 17, 2020

  1. Initial implementation

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    823458f View commit details
    Browse the repository at this point in the history
  2. Fix bugs and add tests

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    8d69cbc View commit details
    Browse the repository at this point in the history
  3. Update _OptimizerConfig constructor to fulfill param_groups

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    d0f46d3 View commit details
    Browse the repository at this point in the history
  4. Fix param_groups behavior for Adam and Lamb

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    c12b384 View commit details
    Browse the repository at this point in the history
  5. Rename Optimizer classes

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    51bd478 View commit details
    Browse the repository at this point in the history
  6. Add base_lrs to the _OptimizerConfig

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    d90b622 View commit details
    Browse the repository at this point in the history
  7. Address Spandan feedback

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    b109768 View commit details
    Browse the repository at this point in the history
  8. Rename test file

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    e151e2a View commit details
    Browse the repository at this point in the history
  9. Fix unit test

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    c94b46d View commit details
    Browse the repository at this point in the history
  10. Rename _OptimizerConfig params

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    e108035 View commit details
    Browse the repository at this point in the history
  11. Update documentation

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    39a1ae2 View commit details
    Browse the repository at this point in the history
  12. Refactor AdamConfig.weight_decay_mode

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    08ff37b View commit details
    Browse the repository at this point in the history
  13. Add doc examples

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    d06ffe9 View commit details
    Browse the repository at this point in the history
  14. Fix optim.__init__.py

    Thiago Crepaldi committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    7719466 View commit details
    Browse the repository at this point in the history