- Oct 21, 2022
-
-
Xiangxu-0103 authored
-
- Oct 19, 2022
-
-
Xin Li authored
* translate installation and 15_min * Update docs/en/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/15_minutes.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/15_minutes.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/15_minutes.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/installation.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/en/get_started/15_minutes.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/get_started/15_minutes.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/get_started/15_minutes.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/en/get_started/installation.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com>
-
- Oct 18, 2022
-
-
Mashiro authored
* Fix error format of log message * Fix unit test * remove unnecessary comment
-
Mashiro authored
* [Fix] Make autocast compatible with mps * Enhance unit test * fix unit test * clean the code * fix unit test
-
Mashiro authored
* [Enhance] add documents for , and support clip grad by value * refine docstring * fix as comment * Fix as comment * minor refine * minor refine * remove error comment for clip grad * refine docstring
-
jbwang1997 authored
* Update * Ensure max_iters being integer number
-
Mashiro authored
* try to fix * Add comments * Refine grammar
-
shenmishajing authored
* add non_blocking feature to BaseDataPreprocessor * Update mmengine/model/base_model/data_preprocessor.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * move new parameters to the last to avoid bc issue * Update mmengine/model/base_model/data_preprocessor.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/model/base_model/data_preprocessor.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Oct 17, 2022
-
-
Qian Zhao authored
* change pre-commit-config * modify docs with pre-commit hook * change pre-commit-config-zh-cn * fallback readme.md Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn>
-
- Oct 16, 2022
-
-
jason_w authored
-
- Oct 15, 2022
-
-
Zaida Zhou authored
-
- Oct 14, 2022
-
-
Mashiro authored
* [Fix] Fix error path of changelog.md in docs/zh_cn/index.rsts * Fix stupid commit * run bash script during build docs * run bash script during build docs * run bash script during build docs * translate notes to 说明 * update auth
-
- Oct 13, 2022
-
-
Mashiro authored
* [Enhancement] Add CODEOWNERS file for auto assigning reviewer * minor refine * minor refine * Apply suggestions from code review Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Oct 12, 2022
-
-
Xiangxu-0103 authored
-
Qian Zhao authored
-
- Oct 11, 2022
-
-
Mashiro authored
* Bump version to v0.2.0 * Add changelog * minor refine * minor refine * update date * clean the code * minor refine * update release date * Fix grammar * Fix grammar * Fix grammar * Fix grammar * Minor refine * Fix error format in readme * update date * minor refine * minor refine * minor refine * minor refine * refine grammar
-
Mashiro authored
Co-authored-by:
ubuntu <ubuntu@localhost.localdomain>
-
- Oct 10, 2022
-
-
whcao authored
* set _is_init to True when pretrained is True * fix comments
-
Mashiro authored
* First commit * add BaseTestTimeAugModel * Add unit test * move loop logic to test_step * fix ddp test * rename model to module * optim __init__ * Fix as comment * Fix as comment * make val_step should not be called * make tta do not inherit base model * Fix unit test * Enhance docstring * Fix as comment * Fix as comment * minor refine * minor refine * minor refine * fix unit test * minor refine * minor refine * minor refine * minor refine * minor refine * minor refine * fix unit test
-
- Oct 09, 2022
-
-
Mashiro authored
-
- Oct 08, 2022
-
-
Xin Li authored
* revise docs * Update README.md Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com> Co-authored-by:
Qian Zhao <112053249+C1rN09@users.noreply.github.com>
-
Yanyi Liu authored
* fix loss mean * update
-
Younghwan Na authored
-
Austin Welch authored
* Add smddp dist backend option * [Dev]: Upgrade pre commit hooks (#576) * Upgrade the versions of pre-commit-hooks * update zh-cn.yaml * [Docs] Fix the docstring of model sub-package (#573) * [Doc]: Update config.md (#562) * Update config.md * Update config.md * [Doc] delete the error comment in docs (#514) Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zhengfei-0311 <78833899+Zhengfei-0311@users.noreply.github.com> Co-authored-by:
vansin <msnode@163.com>
-
Qian Zhao authored
* fix dist ut * fix config & hub ut break due to mmdet faster-rcnn rename
-
Mashiro authored
-
vansin authored
-
Zhengfei-0311 authored
* Update config.md * Update config.md
-
Zaida Zhou authored
-
Zaida Zhou authored
* Upgrade the versions of pre-commit-hooks * update zh-cn.yaml
-
- Sep 26, 2022
-
-
Hakjin Lee authored
-
Shaun authored
-
Zaida Zhou authored
* [Refactor] Refactor fileio but without breaking bc * handle compatibility * fix format * modify io functions * fix ut * fix ut * rename method names * refine * refine docstring * fix ut in windows * update ut * minor fix * ensure client is not None when closing it * add more examples for list_dir_or_file interface * refine docstring * refine deprecated info * fix ut * add a description for lmdb docstring
-
- Sep 22, 2022
- Sep 18, 2022
-
-
jason_w authored
Remove unnecessary "if statement".
-
- Sep 15, 2022
-
-
Mashiro authored
* fix merge ci * make timeout larger * tmp test merge * debug * sleep 1 in optimizer ut * skip test clip grad * skip test clip grad * fix merge ci
-
Mashiro authored
* [Feature] Support convert BN to SyncBN by config * make unit test compatible with cpu * Fix as comment * fix unit test * change signature of convert_sync_batchnorm: rename sync_bn to implemention * fix unit test * fix unit test
-
- Sep 14, 2022
-
-
Mashiro authored
* fix merge ci * make timeout larger
-