- Mar 02, 2022
-
-
Yuan Liu authored
* [Feature]: Add checkpoint hook * [Fix]: Fix lint * [Fix]: Delete redundant optional and give an example to our_dir * [Feature]: Add test the last_ckpt in UT * [Fix]: Fix docstring problem * [Fix]: Add patch to UT * [Feature]: Add Test case for by epoch
-
Yifei Yang authored
-
Yifei Yang authored
* [Feature]: Add Part3 of Hooks * [Feature]: Add Hook * [Fix]: Add docstring and type hint for base hook * [Fix]: Add test case to not the last iter, inner_iter, epoch * [Fix]: Add missing type hint * [Feature]: Add Args and Returns in docstring * [Fix]: Add missing colon * [Fix]: Add optional to docstring * [Fix]: Fix docstring problem * [Fix]: Fix lint * fix lint * update typing and docs * fix lint * Update mmengine/hooks/empty_cache_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/hooks/empty_cache_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/hooks/empty_cache_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update tests/test_hook/test_empty_cache_hook.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * fix lint * fix comments * remove test condition Co-authored-by:
seuyou <3463423099@qq.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Mar 01, 2022
-
-
Yuan Liu authored
* [Feature]: Add optimizer hook * [Fix]: Update docstring * [Fix]: Add call with in UT
-
RangiLyu authored
* [Doc] Add runner tutorial. * update * add advanced doc * refine and add flow chart * update * update
-
Yuan Liu authored
* [Feature]: Add param scheduler hook * [Fix]: update docstring and add assert_call to UT
-
Yuan Liu authored
* [Feature]: Add sampler seed hook * [Fix]: Add call with to UT
-
Yifei Yang authored
* [Feature]: Add Part3 of Hooks * [Feature]: Add Hook * add iter timer hook * update test * [Fix]: Add docstring and type hint for base hook * fix mypy * improve doc coverage and merge main Co-authored-by:
seuyou <3463423099@qq.com>
-
Yining Li authored
* add evaluator unittest * update composed evaluator cfg * add building function * resolve comments * resolve comments * resolve comments * fix evaluator doc
-
Zaida Zhou authored
* [Docs] Add hooks tutorial * improve the description about hooks * Add OptimizerHook usages * fix comments * fix comments * fix comments * fix comments * fix typo * refine description * refactor * refactor * add a sentence to improve docs * briefly introduce the hook of pytorch * refactor the order of sections * improve the description about hooks * improve * fix comments * update priorities * improve description * refactor title * fix typo * reorder priority of hook * fix typo * fix comments * remove the distributed argument from SyncBuffersHook
-
Mashiro authored
* first commit * add logging doc * add logging doc * Fix lint * Fix typo * add logging * update docs * update logging.md * update logging.md * scale img * update logging docs * Fix as comment * Fix as comment * Fix as comment * Fix as comment Fix as comment * add introduction to current=True * Fix as comment Fix as comment * Fix as comment * Fix as comment
-
RangiLyu authored
* Fix pt1.5 unit tests. * move to mmengine.testing
-
- Feb 27, 2022
-
-
Ma Zerun authored
PyTorch.
-
Haian Huang(深度眸) authored
-
- Feb 26, 2022
-
-
Yuan Liu authored
* [Feature]: Add Part3 of Hooks * [Feature]: Add Hook * [Fix]: Add docstring and type hint for base hook * [Fix]: Add test case to not the last iter, inner_iter, epoch * [Fix]: Add missing type hint * [Feature]: Add Args and Returns in docstring * [Fix]: Add missing colon * [Fix]: Add optional to docstring * [Fix]: Fix docstring problem * [Fix]:typo * [Fix]: Fix lint Co-authored-by:
Your <you@example.com>
-
Haian Huang(深度眸) authored
* add mmddp * update * update code * update unittest * fix comment
-
- Feb 25, 2022
-
-
Wenwei Zhang authored
* add user doc of distributed primitives * resolve comments * update
-
Zaida Zhou authored
* Mock unimplemented modules and fix unit tests * add a comment
-
Yining Li authored
* add evaluator docs * resolve comments * resolve comments
-
- Feb 24, 2022
-
-
RangiLyu authored
* [Feature]: Add evaluator base class. * solve comments * update * fix
-
- Feb 22, 2022
-
-
liukuikun authored
* [WIP] abstract-data-structure * update docs * update * update BaseDataSample * fix comment and coverage 100% * update and add _set_field * update * split into base_data_element and base_data_sample * update * update * update * fix typo
-
Mashiro authored
* Fix BaseDataset docs * Fix basedataset doc
-
Mashiro authored
* basedataset first commit * add base dataset * add dataset * add basedataset * Fix test dataset * Fix mypy and test * Fix mypy and test * remove unused code * Update mmengine/dataset/base_dataset.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/dataset/base_dataset.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * add more corner cases in unittest * fix lint * Fix as comment * Fix lint * update unitest * Type hint Dick to dict * rename max_refetch * Fix as comment * Fix typo * Fix as comment * BaseDataset is no more an abstrac Class, change UT and docs * Fix as comment * Fix as comment and refactor type error * Add comment for full init * Fix as comment and modify dataset_wrapper * Fix as comment and modify dataset_wrapper * Fix as comment * Fix as comment * Fix as comment * Fix as comment * Fix as comment * Fix as comment * Fix as comment Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Tao Gong <gongtao950513@gmail.com>
-
- Feb 21, 2022
-
-
Haian Huang(深度眸) authored
* add visualizer unittest * update * fix comment * fix commit * fix comment * fix comment
-
Ma Zerun authored
* Add DefaultSampler and InfiniteSampler * Add unit test * Add samplers to API reference * Update docstring * Improve according to comments * Rename `num_replicas` to `world_size` * Update docstring. * Update mmengine/data/sampler.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmengine/data/sampler.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Fix typo in unit test Co-authored-by:
Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Feb 19, 2022
-
-
RangiLyu authored
* [Feature]: Add optimzier and constructor. * refactor unit tests * add optimizer doc * add parrots wrapper * add parrots wrapper * solve comments * resolve comments
-
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
-