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

[CodeCamp #28] support ReduceOnPlateau #819

Merged
merged 48 commits into from Jan 16, 2023
Merged

[CodeCamp #28] support ReduceOnPlateau #819

merged 48 commits into from Jan 16, 2023

Commits on Dec 6, 2022

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

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    bbab5e3 View commit details
    Browse the repository at this point in the history
  2. pre-commit check

    LEFTeyex committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    28ffc49 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:open-mmlab/mmengine into LEFTeyes/a…

    …dd_reduceonplateauparamscheduler
    LEFTeyex committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    97419c9 View commit details
    Browse the repository at this point in the history
  4. add a little docs

    LEFTeyex committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    aadaf4d View commit details
    Browse the repository at this point in the history
  5. change position

    LEFTeyex committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    3ac869c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a17217a View commit details
    Browse the repository at this point in the history
  7. fix ParamSchedulerHook after_val_epoch execute without train_loop and…

    … param_schedulers built
    LEFTeyex committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    68085fe View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Apply suggestions from code review

    Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
    LEFTeyex and HAOCHENYE committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    68bddd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    97f0468 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83f4313 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

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

Commits on Dec 21, 2022

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

Commits on Dec 22, 2022

  1. [Docs] add ReduceOnPlateauParamScheduler, ReduceOnPlateauMomentum and…

    … ReduceOnPlateauLR docs
    LEFTeyex committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    57a1ee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e19e34e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b9e19f View commit details
    Browse the repository at this point in the history
  4. [Test] add test for ReduceOnPlateauParamScheduler, ReduceOnPlateauLR …

    …and ReduceOnPlateauMomentum
    LEFTeyex committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    9e0e0c7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of github.com:open-mmlab/mmengine into LEFTeyes/a…

    …dd_reduceonplateauparamscheduler
    LEFTeyex committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    0978665 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70cf761 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    4ecde19 View commit details
    Browse the repository at this point in the history
  2. [Fix] fix error in tests

    LEFTeyex committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    c8fcfae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb2a535 View commit details
    Browse the repository at this point in the history
  4. [Fix] fix bug in tests

    LEFTeyex committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    11497d0 View commit details
    Browse the repository at this point in the history
  5. [Fix] fix bug in tests

    LEFTeyex committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    284bb6c View commit details
    Browse the repository at this point in the history
  6. [Fix] fix bug in tests

    LEFTeyex committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    c309081 View commit details
    Browse the repository at this point in the history
  7. [Fix] increase coverage

    LEFTeyex committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    c80e7f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce4b4e2 View commit details
    Browse the repository at this point in the history
  9. [Fix] fix tests

    LEFTeyex committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    f07110c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f93ea75 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Update mmengine/optim/scheduler/param_scheduler.py

    Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
    LEFTeyex and HAOCHENYE committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    2acec59 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
    LEFTeyex and HAOCHENYE committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    37c4fce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98280b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66046ea View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    9fcacbf View commit details
    Browse the repository at this point in the history
  2. [Test] support more complicated test modes(less, greater, rel, abs) f…

    …or ReduceOnPlateauParamScheduler
    LEFTeyex committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    6058dd1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. [Docs] add docs for rule

    LEFTeyex committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    f3ab5bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d6cbd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00d40d4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of github.com:open-mmlab/mmengine into LEFTeyes/a…

    …dd_reduceonplateauparamscheduler
    LEFTeyex committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    84c114e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c405e56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c69c5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4f6641 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    85f98e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516f9a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61798cd View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Apply suggestions from code review

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    LEFTeyex and zhouzaida committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    9504c6d View commit details
    Browse the repository at this point in the history
  2. [Test] fix some defects

    LEFTeyex committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    9b561d7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:open-mmlab/mmengine into LEFTeyes/a…

    …dd_reduceonplateauparamscheduler
    LEFTeyex committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    c96b84f View commit details
    Browse the repository at this point in the history