Skip to content
Snippets Groups Projects
  1. Mar 13, 2022
  2. Mar 12, 2022
  3. Mar 10, 2022
  4. Mar 09, 2022
  5. Mar 08, 2022
  6. Mar 07, 2022
  7. Mar 06, 2022
    • liukuikun's avatar
      [Fix] data element (#95) · 3adf4ea6
      liukuikun authored
      3adf4ea6
    • 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
  8. 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
  9. Mar 04, 2022
  10. 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
  11. Mar 02, 2022
    • Mashiro's avatar
      [Feature] add base global access (#72) · 12b916cf
      Mashiro authored
      * add impl
      
      * add test
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      12b916cf
    • Yuan Liu's avatar
      [Feature]: Add checkpoint hook (#66) · cf239a2b
      Yuan Liu authored
      * [Feature]: Add checkpoint hook
      
      * [Fix]: Fix lint
      
      * [Fix]: Delete redundant optional and give an example to our_dir
      
      * [Feature]: Add test the last_ckpt in UT
      
      * [Fix]: Fix docstring problem
      
      * [Fix]: Add patch to UT
      
      * [Feature]: Add Test case for by epoch
      cf239a2b
Loading