- Apr 01, 2022
-
-
ZwwWayne authored
-
Zaida Zhou authored
* Add circleci * fix typo * lower required coverage * support initialzing distributed environemtn without GPUs * fix unit tests * add approval for running gpu tests * add approval for running gpu tests * fix unit tests * fix unit tests
-
Zaida Zhou authored
-
RangiLyu authored
-
- Mar 31, 2022
-
-
Haian Huang(深度眸) authored
* [Enhancement] refactor base data elment * fix comment * fix comment * fix pop not existing key without error * add instance_data * update * refine code * add refer Co-authored-by:
liukuikun <641417025@qq.com>
-
Zaida Zhou authored
-
Zaida Zhou authored
-
liukuikun authored
* [Enhancement] refactor base data elment * fix comment * fix comment * fix pop not existing key without error
-
- Mar 30, 2022
-
-
Zaida Zhou authored
-
Zaida Zhou authored
* [Enhancement] Rename build_from_cfg to from_cfg * refactor build_logger and build_message_hub * remove time.sleep from unit tests * minor fix * move set_randomness from setup_env * improve docstring * refine comments * print a warning information * refine comments * simplify the interface of build_logger
-
- Mar 29, 2022
-
-
RangiLyu authored
* [Refactor] Add batch_idx to hook input. * update
-
- Mar 28, 2022
-
-
Mashiro authored
* add defaut scope * Fix docstring * override get_current_instance method in DefaultScope clean meta nameing * remove default mmengine argument of DefaltScope remove default mmengine argument of DefaltScope remove default mmengine argument of DefaltScope * Fix unit test Fix unit test * Fix example in docstring * add explaination of DefaultScope
-
- Mar 26, 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 * fix manager's runtime error description fix manager's runtime error description * Add comments * Add comments
-
Zaida Zhou authored
* [Enhancement] Provide MultiProcessTestCase to test distributed related modules * remove debugging info * add timeout property
-
- Mar 25, 2022
-
-
Yuan Liu authored
* [Feature]: Add dist semantics in checkpoint hook * [Fix]: Delete sync buffer in checkpoint hook
-
Zaida Zhou authored
-
Zaida Zhou authored
-
- Mar 14, 2022
-
-
Zaida Zhou authored
* [Feature] Add Runner and Loop * refine docstring * refine docstring * refine __init__ of Runner * add Runner.save_checkpoint * add comment for data_batch * rename validation_cfg to val_cfg * update branch * update branch * discard wear reference * set seed for torch in dataloader worker * refine comments * reorder methods * import module in __init__.py * add runner.load_checkpoint * rename attributes * fix indent * fix indent * add comment for LOOPS * add example for methods * add example for methods * refine examples * add Runner.resume and refactor register_hooks * remove type hint of runner in CheckpointHook * rename before_run to before_train * remove collate * add before_run after_run for loop.run * dummy collate_fn * add more unit tests * move call_hook('before_run') to runner * minor fix * add comments for collate_fn * fix type hint * refactor logic to load or resume checkpoint * fix typo * add comments for IterBasedTrainLoop * refactor unit tests * fix unit tests * refactor * fix setup_env * refine * minor fix * Merge branch 'main' of github.com:open-mmlab/mmengine into zzd/add-runner * minor fix * minor fix * refine * refactor unit tests * fix unit tests * add launcher property * add logger, message_hub and writer unit tests * add cur_dataloader attribute for runner * fix IterBasedTrainLoop * add torch.no_grad decorator * add master_only decorator for save_checkpoint * add before_test_epoch in TestLoop * refactor load_or_resume method * refine docstring * fix typo * build_dataloader can handle dataset object * add dump_config for runner * collate_fn should not a lambda function * minor fix * refine docstring * fix unit tests * improve comments * refine unit tests * rename collate_fn to pseduo_collate * add 'TODO' tag
-
- Mar 13, 2022
-
-
Zaida Zhou authored
-
Zaida Zhou authored
* [Refactor] Refactor interface of checkpointhook * fix print format * minor ifx
-
Mashiro authored
* Messagehub support update dict values * Messagehub support update dict values * fix assertion error message
-
Zaida Zhou authored
-
Zaida Zhou authored
* [Refactor] Use mmengine distributed in evaluator * remove 'TODO' comment
-
Mashiro authored
* use master_only to decorator _log_train and _log_val * fix resoloved TODO fix resoloved TODO fix resoloved TODO * fix raise error typo * ensure log item is python scalar
-
Mashiro authored
* Fix hook * Fix * Fix docs * FIx * Fix * Fix as comment * update * Fix hook * Fix hook * Fix hook * Fix itertimerhook * Fix iter_timer_hook * Fix * Fix * fix logger hook * Fix loggerhook * update cur_dataloader * Fix docstring * Fix docstring * Fix as commet * Fix as commet * Fix as comment * rename is_last_epoch, enhance and add after_val before_val .etc * fix typo in docstring * remove resolved TODO * refactor docstring
-
- Mar 12, 2022
-
-
Yuan Liu authored
* [Refactor]: Change scheduler to param_scheduler * [Fix]: Fix UT of param scheduler hook Co-authored-by:
Your <you@example.com>
-
- Mar 10, 2022
-
-
Yining Li authored
* update evaluator prefix * update docstring and comments * update doc
-
liukuikun authored
* [WIP] testvisualizationhook * add TestNaiveVisualizationHook * fix comment * unpad * batch imdenormalize * fix comment * fix comment
-
Mashiro authored
* Config support deep copy * Fix end of line
-
- Mar 09, 2022
-
-
Mashiro authored
* Fix hook * Fix * Fix docs * FIx * Fix * Fix as comment
-
liukuikun authored
* add required lib for vis * fix comment
-
Haian Huang(深度眸) authored
* refine visualization * refine visualization * epdate * update * update * update * fix comment
-
Mashiro authored
-
- Mar 08, 2022
-
-
RangiLyu authored
-
Mashiro authored
* add logger hook * update * update * update test * update * update test * update * update * update * update * update * Add logger hook * Fix pre-commit * Fix as comment * Fix as comment * Fix as comment * Fix as comment * Fix as comment * Fix bytes * update * Fix as comment * Fix as comment * Update runner * Fix as comment * Fix as comment * Fix as comment * Fix as comment
-
RangiLyu authored
* Support default_scope when building optimizer and evaluator. * add docstring * fix * fix
-
RangiLyu authored
* update type hint and ut for evaluator * update doc * fix
-
Yining Li authored
* support metric prefix in BaseEvaluator * update docs * use class attribute default_prefix
-
- 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
-