- Dec 20, 2022
-
-
Xiangxu-0103 authored
* update doc * update doc * Update mmengine/structures/base_data_element.py * Update mmengine/structures/base_data_element.py * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Mashiro authored
* Fix message hub * Remove _set_resumed_keys in update_scalars and update_info_dict * remove in update_scalars * clean unnecessary code
-
- Dec 19, 2022
-
-
Qian Zhao authored
* fix zero_optimizer error with param groups when pytorch < 1.12.0 * add docstring * fix docstring * add unittest * change ut to use a valid paramwise_cfg * modify ut * fix as comments
-
- Dec 16, 2022
-
-
RangiLyu authored
* [Fix] Fix bias decay mult of depth-wise conv. * support flatten param weight decay multiplier * add unit tests * REMOVE TODO * update doc
-
- Dec 13, 2022
-
-
Mashiro authored
* Add torchvision_0.12.json * update MANIFEST.in
-
- Dec 12, 2022
-
-
Zaida Zhou authored
* [Docs] Fix docstring format * minor refine * minor refine
-
谢昕辰 authored
* use current logger * remove get_current_instance * remove logger parameter at weight_init * remove elif branch
-
- Dec 11, 2022
-
-
Mashiro authored
* enhance get_torchvision_model * remove mmcv
-
- Dec 10, 2022
-
-
Zaida Zhou authored
* [Docs] Fix failed link in registry * fix typo
-
- Dec 08, 2022
-
-
Zaida Zhou authored
-
Ming-Hsuan-Tu authored
* [Enhance] Support step arugments and zero arguments with update_params * Update mmengine/optim/optimizer/optimizer_wrapper.py * Update mmengine/optim/optimizer/optimizer_wrapper.py Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Youfu authored
* examples wrong * Update visualizer.py Thanks, learn more. solve "lint failed" * Update visualizer.py
-
- Dec 07, 2022
-
-
Ma Zerun authored
-
- Dec 06, 2022
-
-
jason_w authored
* Fix the document link * Update mmengine/dataset/base_dataset.py 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
-
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
-
-
Qian Zhao authored
-
- 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 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 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
-
- 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
-
-
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
* 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>
-
- Nov 08, 2022
- Nov 06, 2022
-
-
Mashiro authored
* Add mmyolo to PKG2PROJECT * Minor refine Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Nov 03, 2022
-
-
Mashiro authored
* [Fix]Fix error URL in runner docstring * [Fix]Fix error URL in runner docstring * clean the code
-
- Nov 02, 2022
-
-
Mashiro authored
* Bump version to v0.3.0 * minor refine * Fix as comment * Fix as comment Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-