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

[CodeCamp2023-325] Find the proper learning rate #1318

Open
wants to merge 42 commits into
base: main
Choose a base branch
from

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    67e9dc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Apply lint

    yhna940 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b714913 View commit details
    Browse the repository at this point in the history
  2. Add ex for tuning

    yhna940 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a923847 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Refactor to rpc

    yhna940 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4c9ef09 View commit details
    Browse the repository at this point in the history
  2. Apply lint

    yhna940 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3580dd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Add logger to tune

    yhna940 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    55364e0 View commit details
    Browse the repository at this point in the history
  2. Fix searcher init args

    yhna940 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    882271a View commit details
    Browse the repository at this point in the history
  3. Apply lint

    yhna940 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6285928 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    yhna940 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0431eb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Fix minor

    yhna940 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b5985fb View commit details
    Browse the repository at this point in the history
  2. Fix rpc init

    yhna940 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4b5a249 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Fix env for rpc

    yhna940 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6846aba View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. fix rpc device map

    yhna940 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a320ee1 View commit details
    Browse the repository at this point in the history
  2. Del rpc

    yhna940 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ccb8f07 View commit details
    Browse the repository at this point in the history
  3. Fix examples

    yhna940 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bae8605 View commit details
    Browse the repository at this point in the history
  4. Fix minor

    yhna940 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    18fd768 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    yhna940 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    71b4b2a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Split seachers

    yhna940 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    fecfacb View commit details
    Browse the repository at this point in the history
  2. Comment the tuner

    yhna940 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    010a3f1 View commit details
    Browse the repository at this point in the history
  3. Rename solver of nevergrad

    yhna940 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    69e62a7 View commit details
    Browse the repository at this point in the history
  4. Comment the report hook

    yhna940 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    23d1f97 View commit details
    Browse the repository at this point in the history
  5. Comment the searchers

    yhna940 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    482a9e5 View commit details
    Browse the repository at this point in the history
  6. Add readme for tune

    yhna940 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    04b46a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Add error logging

    yhna940 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3418ddc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Add unittest for tune

    yhna940 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    92ad439 View commit details
    Browse the repository at this point in the history
  2. Apply lint

    yhna940 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    308ece3 View commit details
    Browse the repository at this point in the history
  3. Add random searcher

    yhna940 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0767f52 View commit details
    Browse the repository at this point in the history
  4. Fix unittest bug

    yhna940 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    70d91e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Fix tuner unittest

    yhna940 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1e12211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a7e04 View commit details
    Browse the repository at this point in the history
  3. Fix minor

    yhna940 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4d71002 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Refactor report op

    yhna940 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    cfc3f6a View commit details
    Browse the repository at this point in the history
  2. Fix report bug

    yhna940 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    3488ae1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Update mmengine/tune/_report_hook.py

    Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
    yhna940 and HAOCHENYE committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    c0d8e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62d6777 View commit details
    Browse the repository at this point in the history
  3. Fix comment for report hook

    yhna940 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    27bb08b View commit details
    Browse the repository at this point in the history
  4. Specify phase in monitor

    yhna940 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    afb5af2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cdf020 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48e2abc View commit details
    Browse the repository at this point in the history
  7. Fix comment on tuner

    yhna940 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    eb6b387 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16d5186 View commit details
    Browse the repository at this point in the history
  9. Fix unittest bug

    yhna940 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    8f5ee32 View commit details
    Browse the repository at this point in the history