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

[Relax][Training] Optimizer API #107

Merged
merged 24 commits into from
Jan 29, 2023

Commits on Jan 29, 2023

  1. original version

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    04de133 View commit details
    Browse the repository at this point in the history
  2. first draft

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    2200cb6 View commit details
    Browse the repository at this point in the history
  3. momentum + sgd

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    94b1b79 View commit details
    Browse the repository at this point in the history
  4. adam draft

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    007ffb9 View commit details
    Browse the repository at this point in the history
  5. finished

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    14512c5 View commit details
    Browse the repository at this point in the history
  6. update doc

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    4c99ce8 View commit details
    Browse the repository at this point in the history
  7. fix ci

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    ca51d7b View commit details
    Browse the repository at this point in the history
  8. fix ci

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    0ec5b42 View commit details
    Browse the repository at this point in the history
  9. fix ci

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    88b28bf View commit details
    Browse the repository at this point in the history
  10. remove examples

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    edb6f98 View commit details
    Browse the repository at this point in the history
  11. fix

    debug unfinished
    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    6097745 View commit details
    Browse the repository at this point in the history
  12. bug fixed

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    68e6f2e View commit details
    Browse the repository at this point in the history
  13. update doc

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    ed6beaf View commit details
    Browse the repository at this point in the history
  14. change names

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    b5b1acd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ee72496 View commit details
    Browse the repository at this point in the history
  16. add duplicate check

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    024df4d View commit details
    Browse the repository at this point in the history
  17. fix commments v1

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    5e22cfa View commit details
    Browse the repository at this point in the history
  18. fix comments v2

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    a22844c View commit details
    Browse the repository at this point in the history
  19. reformatted

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    bb03c05 View commit details
    Browse the repository at this point in the history
  20. update docs

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    19027e5 View commit details
    Browse the repository at this point in the history
  21. update error messages

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    15ec2a0 View commit details
    Browse the repository at this point in the history
  22. update anno

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    4e2286a View commit details
    Browse the repository at this point in the history
  23. - Add __call__

    - Annotate var names
    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    07dd34f View commit details
    Browse the repository at this point in the history
  24. fix ci

    Ubospica committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    b983eaf View commit details
    Browse the repository at this point in the history