Skip to content
Snippets Groups Projects
  1. Mar 06, 2022
    • Zaida Zhou's avatar
      [Feature] Add checkpoint helper (#93) · 8b0e74d3
      Zaida Zhou authored
      * [Feature] Add checkpoint helper
      
      * minor fix
      
      * add comments and fix format
      
      * add hub directory
      
      * add missing docstring
      8b0e74d3
    • Zaida Zhou's avatar
      Add Priority (#92) · ac666711
      Zaida Zhou authored
      ac666711
    • Mashiro's avatar
      [Feature] add logging UT and impl (#43) · 2d782b49
      Mashiro authored
      * first commit
      
      * update logging
      
      * update MessageHub unit test and LogBuffer unitest
      
      * update logging docs
      
      * update logging impl and test
      
      * update test logging
      
      * update test
      
      * update logging test and impl
      
      * Fix logging test
      
      * Update log_buffer.py
      
      * rename statistics argumentes
      
      * fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix meta class
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix name declare
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix docstring
      
      * Fix as comment
      
      * Fix as comment
      2d782b49
    • Zaida Zhou's avatar
      fix documentation (#91) · e1462335
      Zaida Zhou authored
      e1462335
  2. Mar 05, 2022
    • Zaida Zhou's avatar
      [Feature] Add distributed module (#59) · c6a8d72c
      Zaida Zhou authored
      * [Feature] Add distributed module
      
      * fix IS_DIST error
      
      * all_reduce_dict does operations in-place
      
      * support 'mean' operation
      
      * provide local group process
      
      * add tmpdir argument for collect_results
      
      * add unit tests
      
      * refactor unit tests
      
      * simplify steps to create multiple processes
      
      * minor fix
      
      * describe the different of *gather* in mmengine and pytorch
      
      * minor fix
      
      * add unit tests for nccl
      
      * test nccl backend in multiple gpu
      
      * add get_default_group function to handle different torch versions
      
      * minor fix
      
      * [Feature] Add distributed module
      
      * fix IS_DIST error
      
      * all_reduce_dict does operations in-place
      
      * support 'mean' operation
      
      * provide local group process
      
      * add tmpdir argument for collect_results
      
      * add unit tests
      
      * refactor unit tests
      
      * simplify steps to create multiple processes
      
      * minor fix
      
      * describe the different of *gather* in mmengine and pytorch
      
      * minor fix
      
      * add unit tests for nccl
      
      * test nccl backend in multiple gpu
      
      * add get_default_group function to handle different torch versions
      
      * minor fix
      
      * minor fix
      
      * handle torch1.5
      
      * handle torch1.5
      
      * minor fix
      
      * fix typo
      
      * refactor unit tests
      
      * nccl does not support gather and gather_object
      
      * fix gather
      
      * fix collect_results_cpu
      
      * fix collect_results and refactor unit tests
      
      * fix collect_results unit tests
      
      * handle torch.cat in torch1.5
      
      * refine docstring
      
      * refine docstring
      
      * fix comments
      
      * fix comments
      c6a8d72c
    • Wenwei Zhang's avatar
      Add user docs for get_config/get_models (#83) · 817eb89a
      Wenwei Zhang authored
      * add user docs for get_config/get_models
      
      * resolve comments
      817eb89a
    • Zaida Zhou's avatar
      fix type hint and format (#88) · fd851564
      Zaida Zhou authored
      fd851564
    • liukuikun's avatar
      11b38b12
  3. Mar 04, 2022
  4. Mar 03, 2022
    • RangiLyu's avatar
      Add runner unit tests. (#68) · 64b1d183
      RangiLyu authored
      * add runner unit tests
      
      * update
      
      * update
      
      * add test custom loop and hook
      
      * add test model wrapper
      
      * add test setup env
      
      * fix typo
      
      * fix launcher
      
      * fix typo
      
      * test default scope
      
      * add logger test
      
      * fix dataloader
      
      * add test loop
      
      * resolve comments
      
      * resolve comments
      64b1d183
    • Mashiro's avatar
      Fix BaseGlobalAssible in Python 3.7 (#76) · c87adc66
      Mashiro authored
      Fix CI
      c87adc66
    • Yifei Yang's avatar
      [Feature] Add Sync Buffer Hook (#57) · 149248ce
      Yifei Yang authored
      
      * [Feature]: Add Part3 of Hooks
      
      * [Feature]: Add Hook
      
      * [Fix]: Add docstring and type hint for base hook
      
      * add sync buffer hook
      
      * update typing hint and docs
      
      * fix lint
      
      * fix mypy
      
      * fix lint
      
      * use mock from unittest
      
      Co-authored-by: default avatarseuyou <3463423099@qq.com>
      149248ce
  5. Mar 02, 2022
  6. Mar 01, 2022
    • Yuan Liu's avatar
      [Feature]: Add optimizer hook (#70) · 63a3af4f
      Yuan Liu authored
      * [Feature]: Add optimizer hook
      
      * [Fix]: Update docstring
      
      * [Fix]: Add call with in UT
      63a3af4f
    • RangiLyu's avatar
      [Doc] Add runner tutorial. (#55) · ee95ce24
      RangiLyu authored
      * [Doc] Add runner tutorial.
      
      * update
      
      * add advanced doc
      
      * refine and add flow chart
      
      * update
      
      * update
      ee95ce24
    • Yuan Liu's avatar
      [Feature]: Add param scheduler hook (#63) · ab31e193
      Yuan Liu authored
      * [Feature]: Add param scheduler hook
      
      * [Fix]: update docstring and add assert_call to UT
      ab31e193
    • Yuan Liu's avatar
      [Feature]: Add sampler seed hook (#64) · 2d3e9124
      Yuan Liu authored
      * [Feature]: Add sampler seed hook
      
      * [Fix]: Add call with to UT
      2d3e9124
    • Yifei Yang's avatar
      [Feature] Add Iter Timer Hook (#48) · 1244e486
      Yifei Yang authored
      
      * [Feature]: Add Part3 of Hooks
      
      * [Feature]: Add Hook
      
      * add iter timer hook
      
      * update test
      
      * [Fix]: Add docstring and type hint for base hook
      
      * fix mypy
      
      * improve doc coverage and merge main
      
      Co-authored-by: default avatarseuyou <3463423099@qq.com>
      1244e486
    • Yining Li's avatar
      [Feature] Add evaluator unittest (#46) · 42448425
      Yining Li authored
      * add evaluator unittest
      
      * update composed evaluator cfg
      
      * add building function
      
      * resolve comments
      
      * resolve comments
      
      * resolve comments
      
      * fix evaluator doc
      42448425
    • Zaida Zhou's avatar
      [Docs] Add hooks tutorial (#38) · 73131734
      Zaida Zhou authored
      * [Docs] Add hooks tutorial
      
      * improve the description about hooks
      
      * Add OptimizerHook usages
      
      * fix comments
      
      * fix comments
      
      * fix comments
      
      * fix comments
      
      * fix typo
      
      * refine description
      
      * refactor
      
      * refactor
      
      * add a sentence to improve docs
      
      * briefly introduce the hook of pytorch
      
      * refactor the order of sections
      
      * improve the description about hooks
      
      * improve
      
      * fix comments
      
      * update priorities
      
      * improve description
      
      * refactor title
      
      * fix typo
      
      * reorder priority of hook
      
      * fix typo
      
      * fix comments
      
      * remove the distributed argument from SyncBuffersHook
      73131734
    • Mashiro's avatar
      [Docs] Add logging doc (#39) · 84b8106a
      Mashiro authored
      * first commit
      
      * add logging doc
      
      * add logging doc
      
      * Fix lint
      
      * Fix typo
      
      * add logging
      
      * update docs
      
      * update logging.md
      
      * update logging.md
      
      * scale img
      
      * update logging docs
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      Fix as comment
      
      * add introduction to current=True
      
      * Fix as comment
      
      Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      84b8106a
    • RangiLyu's avatar
      Fix pt1.5 unit tests. (#65) · c2c5664f
      RangiLyu authored
      * Fix pt1.5 unit tests.
      
      * move to mmengine.testing
      c2c5664f
  7. Feb 27, 2022
  8. Feb 26, 2022
  9. Feb 25, 2022
  10. Feb 24, 2022
  11. Feb 22, 2022
  12. Feb 21, 2022
  13. Feb 19, 2022
Loading