- Dec 06, 2022
-
-
Zaida Zhou authored
* [Docs] Translate hook docs * fix indent * Apply suggestions from code review Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com>
-
Qian Zhao authored
* translate runner design * Update docs/en/design/runner.md * fix as comments Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Yining Li authored
* refine evaluation docs * fix link * Update docs/zh_cn/design/evaluation.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/zh_cn/tutorials/evaluation.md Co-authored-by:
RangiLyu <lyuchqi@gmail.com> * Update docs/zh_cn/tutorials/evaluation.md Co-authored-by:
RangiLyu <lyuchqi@gmail.com> * resolve comments * Apply suggestions from code review * Update docs/zh_cn/tutorials/evaluation.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> Co-authored-by:
RangiLyu <lyuchqi@gmail.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Qian Zhao authored
-
Mashiro authored
* refine optim_wrapper.md * minor refine * Minore refine
-
RangiLyu authored
* [Doc] Update scheduler doc. * Update docs/zh_cn/tutorials/param_scheduler.md * Update docs/zh_cn/tutorials/param_scheduler.md * Update docs/zh_cn/tutorials/param_scheduler.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Qian Zhao authored
* dataset tutorial abstract * complete dataloader & dataset tutorial * minor fix * minor fix * resolve comments * rename some link to be more specific * add warning to manually constructed sampler * fix as comments
-
RangiLyu authored
* [Doc] Add cross library en doc. * fix * fix * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Zaida Zhou authored
-
Qian Zhao authored
* adjust docs structure * en caption rename * Update docs/en/index.rst Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/index.rst Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/zh_cn/index.rst Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Dec 05, 2022
-
-
Qian Zhao authored
* fix BaseModel `to` method to be consistent with torch.nn.Module * fix data_preprocessor as well * fix docstring alignment * fix docstring alignment
-
- Dec 04, 2022
- Nov 29, 2022
-
-
SUNYC authored
* feat: add conf_path in PetrelBackend * Update mmengine/fileio/backends/petrel_backend.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
-
- Nov 25, 2022
-
-
vansin authored
* [Docs] change the qq group link * [Doc] update qq group link
-
- Nov 24, 2022
-
-
Mashiro authored
* Bump version to v0.3.2 * minor refine * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * remove highlights Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
liukuikun authored
* remove redundant attribute in dump or print * optimize efficiency Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn>
-
Mashiro authored
* [Enhance] Enhance revert_sync_batchnorm and convert_sync_batchnorm * [Enhance] Enhance revert_sync_batchnorm and convert_sync_batchnorm * Fix unit test * Add coments * Refine comments * clean the code * revert convert_sync_batchnorm * revert convert_sync_batchnorm * refine comment * fix CI * fix CI
-
- Nov 23, 2022
-
-
BayMax_BHL authored
-
- Nov 22, 2022
-
-
cir7 authored
* [Enhance] support eta_min_ratio in CosineAnnealingParamScheduler * [doc] fix docstring * [Enhance] add ut for eta_min_ratio * [doc] update docstring * avoid bc-breaking of eta_min * [doc] add docstring in CosineAnnealingParamScheduler and CosineAnnealingMomentum * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
songyuc authored
* Add test of get_hooks_info() * Change to use original Runner for get_hook_info() test * Change to test after_train_iter hooks for get_hook_info() * Complement the stages list * Add logging hooks information in Runner.__init__() * Rearrange the stages list * Restore the stages to tuple type * Clean the unnecessary changes * Replace statement with TestCase's methods * add test stages in method_stages_map * change the hooks info into a f-string * return list(trigger_stages) directly * change keys of method_stages_map * Fix previous changes to method_stages_map.keys
-
- Nov 21, 2022
-
-
Mashiro authored
* right allign the log * fix as comment * Add comments for magic number 3 * remove max_len_str * Update mmengine/runner/log_processor.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Mashiro authored
* Add runner test cast * Fix unit test * fix unit test * pop None if key does not exist * Fix is_model_wrapper and force register class in test_runner * [Fix] Fix is_model_wrapper * destroy group after ut * register module in testcase * fix as comment * minor refine Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix lint Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
shenmishajing authored
* fix add graph func is not called bug * move add graph call to NaiveVisualizationHook.before_train * Update mmengine/hooks/naive_visualization_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * adjust param sequence and add docstring * minor refine * Update mmengine/visualization/vis_backend.py * update version info Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn>
-
- Nov 19, 2022
-
-
Yixiao Fang authored
-
- Nov 18, 2022
-
-
Austin Welch authored
-
Xin Li authored
-
- Nov 17, 2022
-
-
RangiLyu authored
* [Fix] Fix offline eval dataset index error. * update * update
-
RangiLyu authored
-
Zaida Zhou authored
-
Li Mengzhang authored
-
- Nov 15, 2022
-
-
Tao Gong authored
* add chinese docs of BaseDataset * fix typo * fix lint * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/advanced_tutorials/basedataset.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update basedataset.md * Update basedataset.md * Update basedataset.md Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Mashiro authored
* Format log of * Fix as comment * Update mmengine/runner/checkpoint.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Nov 09, 2022
-
-
Mashiro authored
* Update issue template * Update issue template * Update issue template * Update issue template * Fix as comment * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
GPH authored
* Update distributed_training.py Better example for DDP training * Update distributed_training.py * Update distributed_training.py update according to reviwer's suggesstions. * Update distributed_training.py * Update distributed_training.py The previous update copy data from main branch, its a mistake. This update fix this mistake and the code is tested.
-
Mashiro authored
* Bump version to v0.3.1 * Bump version to v0.3.1 * Apply suggestions from code review Fix as comment Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * update pr * update pr Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Xiangxu-0103 authored
-
- Nov 08, 2022