- Mar 08, 2023
-
-
Mashiro authored
* [Enhancement] Add FUNCTIONS Registry * Refine as comment * clean the code
-
- Mar 07, 2023
-
-
Julius Zhang authored
-
- Mar 06, 2023
-
-
Mashiro authored
* Replace warning with print_log * Add comments for testing warning
-
Hakjin Lee authored
* [Feature] EarlyStoppingHook * delete redundant line * Assert stop_training and rename tests * Fix UT * rename `metric` to `monitor` * Fix UT * Fix UT * edit docstring on patience * Draft for new code * fix ut * add test case * add test case * fix ut * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Apply suggestions from code review Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> * Append hook * Append hook * Apply suggestions * Update suggestions * Update mmengine/hooks/__init__.py * fix min_delta * Apply suggestions from code review * lint * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * delete save_last * infer rule more robust * refine unit test * Update mmengine/hooks/early_stopping_hook.py --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
zhouzaida <zhouzaida@163.com> Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn>
-
- Mar 05, 2023
-
-
Zaida Zhou authored
-
Infinity_lee authored
* add model analysis eng doc * fix doc style * add link in index.rst * fix * fix * fix * rename file * fix
-
- Mar 02, 2023
-
-
Qian Zhao authored
-
- Mar 01, 2023
-
-
Qian Zhao authored
* support bf16 in AmpOptimWrapper * add docstring * modify docs * add unittests for bf16 in AmpOptimWrapper * fix type * fix to pass ci * fix ut skip logic to pass ci * fix as comment * add type hints * fix docstring and add warning information * remove check for pytorch>=1.6 in unittest * modify unittest * modify unittest * remove torch.float32 && torch.float64 from valid dtypes * fix as comments * minor refine docstring * fix unittest parameterized to pass CI * fix unittest && add back torch.float32, torch.float64
-
Infinity_lee authored
* add english docs * fix superlink * fix * fix
-
Yuetian Wang authored
* Add a document about setting interval. Add a document about Setting the Frequency of Logging, Weight Saving, and Validation. * Update set_interval.md Fixed a small bug in the hyperlink. * Update set_interval.md Fixed the wrong hyperlink * Update with pre-commit. * Update docs/en/common_usage/set_interval.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/common_usage/set_interval.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/common_usage/set_interval.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/common_usage/set_interval.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/common_usage/set_interval.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/common_usage/set_interval.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/common_usage/set_interval.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/common_usage/set_interval.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/common_usage/set_interval.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/common_usage/set_interval.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/common_usage/set_interval.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/common_usage/set_interval.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update index.rst Added: common_usage/set_interval.md --------- Co-authored-by:
YuetianW <wangyuetian@supermicro.dscvlab.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Feb 27, 2023
-
-
Zaida Zhou authored
-
- Feb 24, 2023
-
-
Mashiro authored
* update version * Update change log * Fix as comment * Add link to username * Refine * Adjust highlight sequence * Fix as comment * Fix error format in changelog * delete chinese changelog * remove link * Adjust highlight sequence
-
- Feb 23, 2023
-
-
Mashiro authored
* Support get config from model-index without installing downstream repo * Rename _get_models_from_package to _get_models_from_config_dir * adjust priority * Fix as comment * Refine exception * Replace osp.xxx with fileio.xxx * Refine as comment * Revert "Replace osp.xxx with fileio.xxx" This reverts commit 6aed9b2e88f5cf98614772ddbd89ccad22fa7d2f. * replace fileio with osp * fix * Fix as comment
-
Zaida Zhou authored
-
Zaida Zhou authored
-
- Feb 22, 2023
-
-
Qian Zhao authored
-
Zaida Zhou authored
* [Enhancement] Clear UT warning caused by pytest * revert some changes for unittest * revert * update * clear a numpy warning * Update tests/test_visualizer/test_vis_backend.py * fix a warning
-
Weihang Xia authored
* Make sure Tensors to cast is contiguous * simplify --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Feb 21, 2023
-
-
Qian Zhao authored
* temporarily fix `collect_env` raise errors and stops programs * remove the final catch block
-
Mashiro authored
* Refacot ema hook unit test * Refacot ema hook unit test * Enhance test_after_load_checkpoint * refine error messsage * Refine as comment --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Fix unit test
-
Mashiro authored
* Refactor unit test of param_schemeduler hook * Refactor unit test of param_schemeduler hook
-
Mashiro authored
* Refactor RuntimeInfoHook * Fix as comment
-
Mashiro authored
* Refactor unit test of DistSamplerSeedHook * rename the case Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Mashiro authored
* Refactor iter_timer_hook * Refactor iter_timer_hook
-
Mashiro authored
* test EmptyCacheHook with runner * Add coments
-
Mashiro authored
* refactor base hooks * Fix CI
-
Zaida Zhou authored
* fix typo * [Docs] Add debug skills * minor fix * refine * rename debug_skills to debug_tricks * refine * Update docs/en/common_usage/debug_tricks.md
-
Zaida Zhou authored
* [Docs] Count FLOPs and parameters * add the doc to index.rst * fix table in HTML * fix * fix * fix indent * refine
-
Mashiro authored
* Add epoch 2 iter * Add epoch 2 iter * Refine chinese docs * Add example for training CIFAR10 by iter * minor refine * Fix as comment * Fix as comment * Refine description * Fix as comment * minor refine * Refine description Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Translate to en * Adjust indent --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
luomaoling authored
* Feature NPUProfilerHook * Feature NPUProfilerHook
-
Zaida Zhou authored
* Refine the repr of Registry * fix ut * fix ut
-
Zaida Zhou authored
-
- Feb 20, 2023
-
-
Zaida Zhou authored
* Refine the style of table * refine
-
Songyang Zhang authored
* [Feature] Add support model complexity computation * [Fix] fix lint error * [Feature] update print_helper * Update docstring * update api, docs, fix lint * fix lint * update doc and add test * update docstring * update docstring * update test * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/print_helper.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/analysis/complexity_analysis.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/advanced_tutorials/model_analysis.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/advanced_tutorials/model_analysis.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * update docs * update docs * update docs and docstring * update docs * update test withj mmlogger * Update mmengine/analysis/complexity_analysis.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update tests/test_analysis/test_activation_count.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * update test according to review * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix lint * fix test * Apply suggestions from code review * fix API document * Update analysis.rst * rename variables * minor refinement * Apply suggestions from code review * fix lint * replace tabulate with existing rich * Apply suggestions from code review * indent * Update mmengine/analysis/complexity_analysis.py * Update mmengine/analysis/complexity_analysis.py * Update mmengine/analysis/complexity_analysis.py --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
zhouzaida <zhouzaida@163.com>
-
- Feb 19, 2023
-
-
wxDai authored
-
- Feb 16, 2023
-
-
vansin authored
* docs: update the discord link * docs: update * docs: update * docs: update * docs: update
-
- Feb 15, 2023
-
-
whcao authored
* fix the bug when the params in shared modules do not require grad * test DefaultOptimWrapperConstructor when the params in shared modules do not require grad
-
- Feb 14, 2023
-
-
Qian Zhao authored
* temporarily skip readthedocs errors in building pdf docs * fix error links * remove useless links * fix * fix broken links as github url * Update docs/zh_cn/notes/contributing.md --------- Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Eiuyc authored
* beautify the print result of the registry * remove tabulate and use rich for repr * remove table width; text align to left * sort _model_dict items
-
Zaida Zhou authored
* [Docs] how to set the interval parameter * fix link * fix * fix * refine * refine * Update docs/zh_cn/common_usage/set_interval.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update index.rst --------- Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com>
-