- Apr 20, 2023
-
-
Mashiro authored
* [Fix] Only reserve one best checkpoint * [Fix] Only reserve one best checkpoint * Fix unit test * shutdown logging * clean the save_checkpoint logic
-
Luo Yihang authored
* [Fix] Call SyncBufferHook before validation in IterBasedTrainLoop * Add before_val_epoch in SyncBuffersHook * Fix white space format * Add comments for SyncBuffersHook * Add comments for SyncBuffersHook Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Add comments for SyncBuffersHook Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Fix white space format * Add before_test_epoch * Remove before_test_epoch --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Mashiro authored
* fix main ci * Fix * Fix * Fix
-
Mashiro authored
* Fix log processor * Fix custom key
-
- Apr 14, 2023
-
-
Mashiro authored
* [Enhance] Support configuring synchronize directory for BaseMetric * Raise error if tmpdir is not an shared dirctory for ann ranks * Raise error if tmpdir is not an shared dirctory for ann ranks * Update mmengine/evaluator/metric.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * refine * Update mmengine/evaluator/metric.py --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
黄启元 authored
* support mlu device * support mlu device * fix lint error * fix lint error builder.py * fix lint error in amp.py * fix lint errors * fix data type in instance_data.py
-
- Apr 12, 2023
-
-
t chan authored
-
LEFTeyes authored
* [Docs] Translate tutorials/evaluation.md
-
SheffieldCao authored
* [Docs] add en version doc migration/hook.md * [Docs] modifications to en/migration/hook.md
-
Junwei Zheng authored
-
- Apr 11, 2023
-
-
Zaida Zhou authored
* [Docs] Introduce the use of wandb and tensorboard * fix link * Update docs/en/common_usage/visualize_training_log.md
-
- Apr 10, 2023
-
-
sjiang95 authored
* Complement type hint of get_model_complexity_info() The type of `inputs` should be one of `torch.Tensor`, `tuple[torch.Tensor, ...]` and `None`. Signed-off-by:
Shengjiang QUAN <qsj287068067@126.com> * Update print_helper.py --------- Signed-off-by:
Shengjiang QUAN <qsj287068067@126.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Qian Zhao authored
* support registering partial functions * Update mmengine/registry/build_functions.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/registry/registry.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Revert unit test and refine * add current logger and set log level --------- Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn>
-
sjiang95 authored
* print_helper: optimize inputs of get_model_complexity_info Signed-off-by:
Shengjiang QUAN <qsj287068067@126.com> * directly throw error When "input_shape" and "inputs" are both `None` or both set, throw ValueError. Signed-off-by:
Shengjiang QUAN <qsj287068067@126.com> --------- Signed-off-by:
Shengjiang QUAN <qsj287068067@126.com>
-
shufan wu authored
* customize worker init fn function * add assert * narrow worker_init_fn type
-
Mashiro authored
-
Yinlei Sun authored
-
- Apr 07, 2023
-
-
sung-hwa kim authored
* add vis mlflow backend
-
Mashiro authored
* Enhance config * add unit test data * reafactor unittest of loggerhook * fix rebase error * Fix permission error in windows * Fix CI * Fix windows ci * Fix windows ci * Fix windows ci * Fix windows CI * Apply suggestions from code review Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * clean the code * Refine as comment * Refine error rasing * Update mmengine/hooks/logger_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * replace assert_called_with with assert_has_calls * Fix as comment * Do not remove filehandler and fix unit test --------- Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Apr 06, 2023
-
-
Mashiro authored
* Bump version to v0.7.2 * minor refine * Update docs/en/notes/changelog.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Mashiro authored
* Enhance config * add unit test data * Refacotr unitest of checkpointhook * add comments * Fix unit test * remove _get_metric_scope * tmp save * Revert "remove _get_metric_scope" This reverts commit eeb7a8c5ed2766bf773a9ed28f731fddacd10ac1. * Revert "Revert "remove _get_metric_scope"" This reverts commit 5398255f6fb3dac8341f7d808f0d7d09350fcaae. * Revert "tmp save" This reverts commit cdc9919be8e0a78bbf264c060de2a4396c137d5a. * clean the code * Fix ut * minor fix * use str.replace
-
- Apr 05, 2023
-
-
Mashiro authored
-
- Apr 04, 2023
-
-
BigDong authored
-
- Apr 03, 2023
-
-
zhouhui authored
* align the evaluation result in log * align the evaluation result in log * align the evaluation result in log * align the evaluation result in log * fix test log_processor
-
Mashiro authored
-
Mashiro authored
* bump version to 0.7.1 bump version to 0.7.1 * update change log and readme * Update docs/en/notes/changelog.md * refine highlight refine highlight --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Mar 30, 2023
-
-
Mashiro authored
* [Enhance] Make sure the FileHandler still alive after * Resume filter * avoid bc * Fix unit test * clean the code * revert changes and set mode from 'm' to 'a' * mode to file_mode * add comments * refine comments * Fix duplicated the
-
- Mar 29, 2023
-
-
Zaida Zhou authored
-
Mashiro authored
-
Mashiro authored
-
Mashiro authored
* [Enhance] Make sure the FileHandler still alive after * minor refine * minor refine * refine unit test * update CI * update CI * Fix CI * fix build_windows * fix build_windows * fix build_windows * fix build_windows * debug * debug * debug * debug * debug * debug * debug * test windows CI * Fix * Debug * Fix unit test * Fix unit test * Fix CI * update image version * update action/checkout and action/setup-python * add condition to skip test compile * [Fix] Update CI and fix unit test * check compiling by attempting compilation * check compiling by attempting compilation * check compiling by attempting compilation * use windows-2022 in runs on * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * update yml * remove unnecessary assert * assert grad is None according to the PyTorch version * Fix code --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
KerwinKai authored
* add publish keys in checkpointhook and update hook.md file * Update checkpoint_hook.py To avoid `mypy` warning `mmengine/hooks/checkpoint_hook.py:358: error: Unsupported right operand type for in ("Optional[List[str]]") Found 1 error in 1 file (checked 224 source files)` * Update hook.md Try to avoid trim trailing whitespace waring in hook.md * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update checkpoint_hook.py * Update docs/en/tutorials/hook.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update hook.md add 自动发布最好的和最后的权重 * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update checkpoint_hook.py add condition when the best checkpoints more than 1. * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update checkpoint_hook.py delete re judge * Update checkpoint_hook.py * Update checkpoint_hook.py * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update checkpoint_hook.py * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update checkpoint_hook.py * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Add Test for publish model * Update checkpoint_hook.py * Update test_checkpoint_hook.py * Fix file to pass pre-commit check * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Fix mypy warning * rm not necessary line in checkpoint_hook.py * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * rm unnecessary messages add to message_hub * Update mmengine/hooks/checkpoint_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/zh_cn/tutorials/hook.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/zh_cn/tutorials/hook.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * update checkpoint hook and hook.md file * Apply suggestions from code review * Apply suggestions from code review Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update mmengine/hooks/checkpoint_hook.py --------- Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Mar 28, 2023
- Mar 26, 2023
-
-
Evan authored
* Remove CN comments in EN docs code * Replace some full-width unicode chars with half-width ascii chars
-
- Mar 19, 2023
-
-
Qian Zhao authored
* refactor get_device and is_npu_available * Update mmengine/device/utils.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Mar 17, 2023
- Mar 16, 2023
-
-
Mashiro authored
* Bump version to v0.7.0 * Minor refine * Fix as comment * Add docs link * update release date
-
- Mar 14, 2023
-
-
liukuikun authored
* [Fix] fix pytorch2.0 not support sys._getframe to remove private key * Update mmengine/structures/base_data_element.py --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-