- May 19, 2022
-
-
Zaida Zhou authored
* Add pyupgrade pre-commit hook * fix ut * remove comments
-
Zaida Zhou authored
* [Fix] Replace torch distributed with mmengine dist module * minor refinement * move all_reduce_params to dist.py * add unit tests * update unit tests * fix test_logger.py * add examples
-
- May 18, 2022
-
-
RangiLyu authored
* [Enhance] Make loop related attributes to be runner's properties. * move iter and epoch to loop * resolve comments
-
- May 17, 2022
-
-
Mashiro authored
* implement parse_data_info * add unit test * fix join prefix of ann_file * fix docstring
-
Zaida Zhou authored
* Replace markdownlint with mdformat to avoid installing ruby * fix circleci
-
Mashiro authored
* fix runner dump cfg * convert dict cfg to Config
-
Zaida Zhou authored
* pull flake8 from github * pull flake8 from github
-
- May 13, 2022
-
-
liukuikun authored
-
- May 12, 2022
-
-
Zaida Zhou authored
* [Refactor] Change some methods to static methods * only change build_dataloader to static method
-
- May 10, 2022
-
-
RangiLyu authored
* [Feature] Support convert epoch-based schedulers to iter-based. * Support convert and refactor LR and Momentum to mixin. * Add unit tests * fix args and add runner ut * resolve comments
-
Tao Gong authored
* add docs for custom dataset wrapper * Update basedataset.md
-
Yining Li authored
-
- May 06, 2022
-
-
Mashiro authored
* add import error information * Update config with newest mmcv * add empty line to test config
-
Mashiro authored
* fix logger hook * fix to record multi-level logs, log train/a/b to a/b * fix loggerhook json path * fix uunit test * change runner.train_dataloader to runner.train_loop.dataloader * clean debug code * refie comments and docstring * fix unit test
-
liukuikun authored
* refactor instancedata * fix docs * fix comment
-
- May 05, 2022
-
-
Zaida Zhou authored
* [Fix] Fix RecursionError when key is invalid * refine comments
-
Mashiro authored
* change CheckPointHook before_run to before train * using tmp_path in each checkpointhook test case
-
Zaida Zhou authored
-
RangiLyu authored
* [Enhance] Refine registry logging info. * update * fix
-
RangiLyu authored
* [Feature] Support collect all registered module info. * update * update * add unit tests * add to runner * resolve comments
-
- Apr 29, 2022
-
-
Mashiro authored
-
RangiLyu authored
* [Fix] Fix to_dict in BaseDataElement and add metainfo property. * Update mmengine/data/base_data_element.py Co-authored-by:
liukuikun <24622904+Harold-lkk@users.noreply.github.com> Co-authored-by:
liukuikun <24622904+Harold-lkk@users.noreply.github.com>
-
- Apr 27, 2022
-
-
Mashiro authored
* MMLogger can call get_current_instance without get_instance, change log path * fix docstring * fix docstring and update UT * Fix runner * fix docstring and lint * fix ut below python3.8 * resolve circle import
-
liukuikun authored
-
RangiLyu authored
* improve the coverage of docstring * update
-
Mashiro authored
-
Tao Gong authored
-
Zaida Zhou authored
* [Enhancement] Handle the device type of inputs in functions * rename and move three fucntions to dist/utils.py * minor refinement * rename dist to torch_dist in utils.py * update unit tests * refine unit tests * add unit tests * fix unit tests * replace Sequence with list and tuple * rename get_backend_device to get_comm_device * fix unit tests * fix unit tests * refactor and add more unit tests * cast_data_device does not support set type
-
Zaida Zhou authored
* [Fix] param_scheduler can not None when training models * update unit tests * fix unit tests * refactor ParamSchedulerHook * refactor unit tests * param_schedulers can be an empty list
-
Haian Huang(深度眸) authored
* update vis backend * update vis backend * update vis backend * update visualizer * update visualizer * update visualizer * update featmap * update featmap * update visualizer and unitest * add draw points unitest and refactor vis_backend * fix typo and close unitest * fix comment * add docstring * fix comment * add master only * fix comment Co-authored-by:
liukuikun <641417025@qq.com>
-
Mashiro authored
* fix config * add docstring and unit test * update tutorial * update tutorial * fix markdown format * fix markdown format
-
- Apr 26, 2022
-
-
Mashiro authored
* register dataset wrapper * fix as comment
-
Wenwei Zhang authored
* add docs about get started * refine
-
Wenwei Zhang authored
-
Wenwei Zhang authored
* try to fix lint * upgrade yapf version * use another way to bypass yapf * update docstring
-
HAOCHENYE authored
-
- Apr 25, 2022
-
-
Mashiro authored
* [Docs] Refine registry documentation (#186) * [Docs] Refine registry documentation * reslove comments * minor refinement * Refine Visualizer docs (#177) * Refine Visualizer docs * update * update * update featmap * update docs * update visualizer docs * [Refactor] Refine LoggerHook (#155) * rename global accessible and intergration get_sintance and create_instance * move ManagerMixin to utils * fix as docstring and seporate get_instance to get_instance and get_current_instance * fix lint * fix docstring, rename and move test_global_meta * rename LogBuffer to HistoryBuffer, rename MessageHub methods, MessageHub support resume * refine MMLogger timestamp, update unit test * MMLogger add logger_name arguments * Fix docstring * Add LogProcessor and some unit test * update unit test * complete LogProcessor unit test * refine LoggerHook * solve circle import * change default logger_name to mmengine * refactor eta * Fix docstring comment and unitt test * Fix with runner * fix docstring fix docstring * fix docstring * Add by_epoch attribute to LoggerHook and fix docstring * Please mypy and fix comment * remove \ in MMLogger * Fix lint * roll back pre-commit-hook * Fix hook unit test * Fix comments * remove \t in log and add docstring * Fix as comment * should not accept other arguments if corresponding instance has been created * fix logging ddp file saving * fix logging ddp file saving * move log processor to logging * move log processor to logging * remove current datalaoder * fix docstring * fix unit test * add learing rate in messagehub * Support output training/validation/testing message after iterations/epochs * fix docstring * Fix IterBasedRunner log string * Fix IterBasedRunner log string * Support parse validation loss in log processor * [Enhancement] Add PolyParamScheduler, PolyMomentum and PolyLR (#188) * [Enhancement] Add PolyParamScheduler, PolyMomentum and PolyLR * min_lr -> eta_min, refined docstr Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Haian Huang(深度眸) <1286304229@qq.com> Co-authored-by:
Tong Gao <gaotongxiao@gmail.com>
-
Tong Gao authored
* [Enhancement] Add PolyParamScheduler, PolyMomentum and PolyLR * min_lr -> eta_min, refined docstr
-
- Apr 24, 2022
-
-
Mashiro authored
* rename global accessible and intergration get_sintance and create_instance * move ManagerMixin to utils * fix as docstring and seporate get_instance to get_instance and get_current_instance * fix lint * fix docstring, rename and move test_global_meta * rename LogBuffer to HistoryBuffer, rename MessageHub methods, MessageHub support resume * refine MMLogger timestamp, update unit test * MMLogger add logger_name arguments * Fix docstring * Add LogProcessor and some unit test * update unit test * complete LogProcessor unit test * refine LoggerHook * solve circle import * change default logger_name to mmengine * refactor eta * Fix docstring comment and unitt test * Fix with runner * fix docstring fix docstring * fix docstring * Add by_epoch attribute to LoggerHook and fix docstring * Please mypy and fix comment * remove \ in MMLogger * Fix lint * roll back pre-commit-hook * Fix hook unit test * Fix comments * remove \t in log and add docstring * Fix as comment * should not accept other arguments if corresponding instance has been created * fix logging ddp file saving * fix logging ddp file saving * move log processor to logging * move log processor to logging * remove current datalaoder * fix docstring * fix unit test * add learing rate in messagehub * Support output training/validation/testing message after iterations/epochs * fix docstring * Fix IterBasedRunner log string * Fix IterBasedRunner log string * Support parse validation loss in log processor
-
Haian Huang(深度眸) authored
* Refine Visualizer docs * update * update * update featmap * update docs * update visualizer docs
-