Skip to content
Snippets Groups Projects
  1. Mar 08, 2022
  2. Mar 07, 2022
    • Haian Huang(深度眸)'s avatar
      Add writer (#74) · 824be950
      Haian Huang(深度眸) authored
      * add writer
      
      * update
      
      * update
      
      * update docstr
      
      * update unittest
      
      * update unittest
      
      * fix comment
      
      * update unittest
      
      * fix comment
      
      * fix comment
      
      * fix comment
      
      * fix comment
      
      * update
      824be950
    • liukuikun's avatar
      Visualizer (#67) · 7acaca14
      liukuikun authored
      * [WIP] Visualizer
      
      * add draw featmap
      
      * update docstring
      
      * update docstring
      
      * update docstring
      
      * fix comment
      
      * fix comment
      
      * fix comment
      
      * fix comment
      
      * fix comment
      7acaca14
    • Yuan Liu's avatar
      [Fix]: Change the type of runner in docstring to Runner (#103) · be997178
      Yuan Liu authored
      
      * [Fix]: Change after inter and epoch to after train iter and epoch
      
      * [Fix]: Add new UT to param scheduler hook
      
      * [Fix]: Change the type of runner in docstring to Runner
      
      Co-authored-by: default avatarYour <you@example.com>
      be997178
  3. Mar 06, 2022
    • liukuikun's avatar
      [Fix] data element (#95) · 3adf4ea6
      liukuikun authored
      3adf4ea6
    • 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
  4. 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
    • liukuikun's avatar
      11b38b12
  5. 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
    • 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
  6. Mar 02, 2022
  7. Mar 01, 2022
  8. Feb 27, 2022
  9. Feb 26, 2022
  10. Feb 25, 2022
  11. Feb 22, 2022
    • liukuikun's avatar
      [Feat]: Add abstract data structure (#29) · 9437ebea
      liukuikun authored
      * [WIP] abstract-data-structure
      
      * update docs
      
      * update
      
      * update BaseDataSample
      
      * fix comment and coverage 100%
      
      * update and add _set_field
      
      * update
      
      * split  into base_data_element and base_data_sample
      
      * update
      
      * update
      
      * update
      
      * fix typo
      9437ebea
    • Mashiro's avatar
      [Feature] add base dataset (#32) · ada6660c
      Mashiro authored
      
      * basedataset first commit
      
      * add base dataset
      
      * add dataset
      
      * add basedataset
      
      * Fix test dataset
      
      * Fix mypy and test
      
      * Fix mypy and test
      
      * remove unused code
      
      * Update mmengine/dataset/base_dataset.py
      
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * Update mmengine/dataset/base_dataset.py
      
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * add more corner cases in unittest
      
      * fix lint
      
      * Fix as comment
      
      * Fix lint
      
      * update unitest
      
      * Type hint Dick to dict
      
      * rename max_refetch
      
      * Fix as comment
      
      * Fix typo
      
      * Fix as comment
      
      * BaseDataset is no more an abstrac Class, change UT and docs
      
      * Fix as comment
      
      * Fix as comment and refactor type error
      
      * Add comment for full init
      
      * Fix as comment and modify dataset_wrapper
      
      * Fix as comment and modify dataset_wrapper
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      Co-authored-by: default avatarTao Gong <gongtao950513@gmail.com>
      ada6660c
  12. Feb 21, 2022
  13. Feb 19, 2022
  14. Feb 17, 2022
  15. Feb 16, 2022
  16. Feb 15, 2022
    • Zaida Zhou's avatar
      [Refactor] Move fileio directory from utils (#23) · 166ca023
      Zaida Zhou authored
      * move fileio directory from utils
      
      * remove CephBackend from fileio and clear some deprecated docstring
      
      * fix format
      
      * fix a spellling error
      166ca023
    • Tao Gong's avatar
      Add unittest for BaseDataset (#15) · 100ede73
      Tao Gong authored
      * tmp commit
      
      * add unittest for basedataset
      
      * fix lint
      
      * resolve all comments
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * resolve comments
      
      * resolve comments
      
      * update
      
      * resolve comments
      
      * resolve comments
      100ede73
    • Zaida Zhou's avatar
      Add the unittest of registry (#5) · 6ba7ac3a
      Zaida Zhou authored
      * Add the unittest of registry
      
      * improve the format
      
      * fix the test_repr
      
      * refactor the test_init
      
      * add the copyright for tests directory
      
      * add more unit tests
      
      * fix error
      
      * add unit tests for _search_child and _get_root_registry
      
      * build_from_cfg supports dict, ConfictDict and Config
      
      * improve docstring
      6ba7ac3a
Loading