- Mar 08, 2022
- Mar 07, 2022
-
-
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
-
liukuikun authored
* [WIP] Visualizer * add draw featmap * update docstring * update docstring * update docstring * fix comment * fix comment * fix comment * fix comment * fix comment
-
Tao Gong authored
-
Zaida Zhou authored
-
Yining Li authored
-
Yuan Liu authored
* [Fix]: Change after inter and epoch to after train iter and epoch * [Fix]: Add new UT to param scheduler hook Co-authored-by:
Your <you@example.com>
-
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:
Your <you@example.com>
-
Yuan Liu authored
* [Fix]: Fix data batch type in base hook * [Fix]: Fix the type hint bug in checkpoint, optimizer, param scheduler hooks Co-authored-by:
Your <you@example.com>
-
- Mar 06, 2022
-
-
liukuikun authored
-
Zaida Zhou authored
* [Feature] Add checkpoint helper * minor fix * add comments and fix format * add hub directory * add missing docstring
-
Zaida Zhou authored
-
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
-
Zaida Zhou authored
-
- Mar 05, 2022
-
-
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
-
Wenwei Zhang authored
* add user docs for get_config/get_models * resolve comments
-
Zaida Zhou authored
-
liukuikun authored
-
- Mar 04, 2022
-
-
Miao Zheng authored
-
RangiLyu authored
-
- Mar 03, 2022
-
-
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
-
Mashiro authored
Fix CI
-
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:
seuyou <3463423099@qq.com>
-
- Mar 02, 2022
-
-
Mashiro authored
* add impl * add test * Fix as comment * Fix as comment * Fix as comment * Fix as comment
-
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
-
Yifei Yang authored
-
Yifei Yang authored
* [Feature]: Add Part3 of Hooks * [Feature]: Add Hook * [Fix]: Add docstring and type hint for base hook * [Fix]: Add test case to not the last iter, inner_iter, epoch * [Fix]: Add missing type hint * [Feature]: Add Args and Returns in docstring * [Fix]: Add missing colon * [Fix]: Add optional to docstring * [Fix]: Fix docstring problem * [Fix]: Fix lint * fix lint * update typing and docs * fix lint * Update mmengine/hooks/empty_cache_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/hooks/empty_cache_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/hooks/empty_cache_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update tests/test_hook/test_empty_cache_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix lint * fix comments * remove test condition Co-authored-by:
seuyou <3463423099@qq.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Mar 01, 2022
-
-
Yuan Liu authored
* [Feature]: Add optimizer hook * [Fix]: Update docstring * [Fix]: Add call with in UT
-
RangiLyu authored
* [Doc] Add runner tutorial. * update * add advanced doc * refine and add flow chart * update * update
-
Yuan Liu authored
* [Feature]: Add param scheduler hook * [Fix]: update docstring and add assert_call to UT
-
Yuan Liu authored
* [Feature]: Add sampler seed hook * [Fix]: Add call with to UT
-
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:
seuyou <3463423099@qq.com>
-
Yining Li authored
* add evaluator unittest * update composed evaluator cfg * add building function * resolve comments * resolve comments * resolve comments * fix evaluator doc
-
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
-
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
-
RangiLyu authored
* Fix pt1.5 unit tests. * move to mmengine.testing
-
- Feb 27, 2022
-
-
Ma Zerun authored
PyTorch.
-
Haian Huang(深度眸) authored
-