- Feb 19, 2022
-
-
Zaida Zhou authored
-
Zaida Zhou authored
-
Mashiro authored
-
- Feb 17, 2022
-
-
Haian Huang(深度眸) authored
* add visualizer * update * update * update * update * update * fix lint * fix commit * fix commit * fix commit * fix commit * refine * refine * update * update * update * update * update
-
Yifei Yang authored
* add config test * Fix typo Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update tests/config/test_config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Reconstruct config test * Fix import logic and error test * Fix path error * Restructuring Config * simplify test logic simplify test logic * add config * [Feature] Add Config * fix lint * remove test_config * cancel change to pre-commit yaml * solve conflict * fix comments * merge main * fix lint * update * remove some magic docs * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * add deprecation test * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/config/config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * update * fix mypy * fix lint * fix super * improve ut coverage * add test dump Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn> Co-authored-by:
Mashiro <57566630+HAOCHENYE@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
Zaida Zhou authored
-
Mashiro authored
* add config test * Fix typo Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update tests/config/test_config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Reconstruct config test * Fix import logic and error test * Fix path error * Restructuring Config * simplify test logic simplify test logic * rename test_config file * add test complex dump and pretty text * adjust test sequence according to comment adjust test sequence according to comment * add comment and test for simple.config.py * add config test data * add init * remove __pycache__ * fix as comment * add syntax test case * remove tmp path and modify comment * add test for setattr Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Feb 16, 2022
-
-
RangiLyu authored
* [Feature]: Add parameter schedulers. * update * update * update * update * add docstring to lr and momentum * resolve comments
-
Wenwei Zhang authored
* add unit tests of data abstract interface * update * update * update docs of data element * a draft of UT of datasample, to be finished * update datasample test * updata * update * fix comments * fix comments * fix comments Co-authored-by:
liukuikun <liukuikun@sensetime.com>
-
RangiLyu authored
* tmp * add scheduler unit test * disable yapf * add more test * add more test * not use torch test case * solve comments * update file * add more unit tests * resolve comments * update cosine ut * fix typo * solve comments * solve comments * resolve comments
-
Zaida Zhou authored
-
- Feb 15, 2022
-
-
Zaida Zhou authored
* move fileio directory from utils * remove CephBackend from fileio and clear some deprecated docstring * fix format * fix a spellling error
-
Zaida Zhou authored
-
Tao Gong authored
* tmp commit * add unittest for basedataset * fix lint * resolve all comments * update * update * update * update * update * update * update * resolve comments * resolve comments * update * resolve comments * resolve comments
-
Zaida Zhou authored
* Add the unittest of registry * improve the format * fix the test_repr * refactor the test_init * add the copyright for tests directory * add more unit tests * fix error * add unit tests for _search_child and _get_root_registry * build_from_cfg supports dict, ConfictDict and Config * improve docstring
-
Zaida Zhou authored
* [Docs] Configure the documentation * fix the format * introduce the usage of default_scope * add Chinese documentation * move docs configure to another pr * clean pr * refactor registry docs * fix typo * fix typo * reorg * add more examples * reslove comments * reslove comments * reslove comments Co-authored-by:
ZwwWayne <wayne.zw@outlook.com>
-
- Feb 14, 2022
-
-
Tao Gong authored
* add docs for BaseDataset * update docs * update docs * update basedataset.md * resolve all comments * update * update * refine base dataset doc * resolve all comments * update * update * update * update * update * update * update Co-authored-by:
MeowZheng <meowzheng@outlook.com>
-
Mashiro authored
* tmp add fileio * ignore fileio mypy check error
-
Wenwei Zhang authored
* update isort * update * update comments * update * update * update * fix bug in use cases * resolve all comments * add description of basedatasample * rename meta_info to metainfo as meta is an adj. * update * resolve comments * clean set data * finished doc * rephrase * update * resolve comments * more clear organization * rephrase * rephrase * replace 基础数据元素 by 数据元素 * rephrase
-
RangiLyu authored
* [Doc] Add scheduler user doc. * reslove comments * add chinese doc * add update en doc * resolve comments * resolve comments * update parameter scheduler * resolve comments * tmp remove en doc * resolve comments * resolve comments * resolve comments Co-authored-by:
Kai Chen <chenkaidev@gmail.com>
-
- Feb 12, 2022
-
-
Zaida Zhou authored
* [Docs] Configure the documentation * delete mypy.ini
-
Mashiro authored
* add config user doc * add config user doc * Fix typo * fix typo * reference mmcv * fix typo * fix typo * Restructuring config.md * Update introduction Co-authored-by:
Kai Chen <chenkaidev@gmail.com> * Fix Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update docs/zh_cn/tutorials/config.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Fix title level Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * refactor the doc * remove **bold** on titles * Fix python comment * Fix python comment * Update docs/zh_cn/tutorials/config.md Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Kai Chen <chenkaidev@gmail.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Feb 09, 2022
-
-
Wenwei Zhang authored
-
- Feb 08, 2022
-
-
ZwwWayne authored
-