- Apr 27, 2022
-
-
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
-
- Apr 22, 2022
-
-
Zaida Zhou authored
* [Docs] Refine registry documentation * reslove comments * minor refinement
-
Wenwei Zhang authored
* full init the dataset when building data loader * resolve comments
-
ZwwWayne authored
-
Tao Gong authored
* refactor docs of basedataset * fix ci * fix comments * fix comments * fix comments * fix comments * fix comments * set default value of ann_file to '' * fix comments
-
ZwwWayne authored
-
Yining Li authored
* update docs of metrics and evaluator * rename file * resolve comments
-
- Apr 21, 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 * change default logger_name to mmengine * Fix docstring comment and unitt test * fix docstring fix docstring * fix docstring * Fix lint * Fix hook unit test * Fix comments * should not accept other arguments if corresponding instance has been created * fix logging ddp file saving * fix logging ddp file saving * fix docstring * fix unit test * fix docstring as comment
-
Mashiro authored
* automatic update iter and epoch in message_hub * add docstring * Update comment and docstring * Fix as comment * Fix docstring and comment * refine comments
-
- Apr 20, 2022
-
-
Zaida Zhou authored
* Modify hook documentation * reslove comments
-
RangiLyu authored
* [Doc] Refine runner doc. * resolve comments
-
Mashiro authored
* Refactor logging tutorial docs * Add logging flow description * fix docstring as comment fix docstring as comment * fix logging tutorial
-
Wenwei Zhang authored
* refine docs of data element * update * resolve comments
-
- Apr 15, 2022
-
-
liukuikun authored
* [WIP] add inline * refactor vis module * [Refactor] according review * [Fix] fix comment * fix some error * Get sub visualizer be Visualizer.get_instance * fix conflict * fix lint * fix unit test * fix mypy * fix comment * fix lint * update docstr * update * update instancedata * remove replace __mro__ with issubclass Co-authored-by:
PJLAB\huanghaian <1286304229@qq.com> Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn>
-
- Apr 12, 2022
- Apr 08, 2022
-
-
RangiLyu authored
* [Fix]: Fix model_wrapper and add DistSamplerSeedHook as default hook. * add comments
-
ZwwWayne authored
-
Mashiro authored
-
Zaida Zhou authored
* [Enhancement] Provide MultiProcessTestCase to test distributed related modules * remove debugging info * add timeout property * [Enhancement] Refactor the unit tests of dist module with MultiProcessTestCase * minor refinement * minor fix
-
RangiLyu authored
* [Refactor] Refactor data_batch type. * fix sampler * [Refactor] Remove cur_dataloader in runner. * fix set_epoch
-
- Apr 05, 2022
-
-
RangiLyu authored
* [Fix] Init weights after build model. * add unit tests and docstring
-
- Apr 01, 2022
-
-
ZwwWayne authored
-
RangiLyu authored
* [Refactor] Refactor Evaluator to Metric. * update * fix lint * fix doc * fix lint * resolve comments * resolve comments * remove collect_device from evaluator * rename
-
Mashiro authored
* add get_subset method, add comment, rename variable * add unit test * Please mypy * Fix as comment, support negative index, and fix index access error * add and refine docstring, handle indices=0 * handle indices=0 * add empty list indices test * rename in_meta in docstring and comments to in_metainfo * clean meta nameing * Fix negative indices error * test empty list of get_subset * fix comments and docstring * add unit test * Fix as comment * Fix as comment * add docstring to mention wrapped dataset should not inherit from Basedataset * Fix wrapped dataset docstring * Fix wrapped dataset docstring * Fix method name, docstring, and comments * Fix comments * Fix comments * Fix comments
-
ZwwWayne authored
-