- Apr 03, 2023
-
-
Mashiro authored
-
- Mar 29, 2023
-
-
Mashiro authored
-
- Feb 23, 2023
-
-
Zaida Zhou authored
-
- Feb 21, 2023
-
-
Zaida Zhou authored
* Refine the repr of Registry * fix ut * fix ut
-
- Feb 14, 2023
-
-
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
-
- Feb 13, 2023
-
-
Zaida Zhou authored
* Fix docstring * fix
-
- Jan 31, 2023
-
-
Zaida Zhou authored
* Improve registry infer_scope * add warning info * set scope as mmengine when failed to infer it * refine message
-
- Jan 16, 2023
-
-
Mashiro authored
* [Feature] Add BaseInferencer (#773) * Update BaseInferencer * Fix ci * Fix CI and rename iferencer to infer * Fix CI * Add renamed file * Add test file * Adjust interface sequence * refine preprocess * Update unit test Update unit test * Update unit test * Fix unit test * Fix as comment * Minor refine * Fix docstring and support load image from different backend * Support load collate_fn from downstream repos, refine dispatch * Minor refine * Fix lint * refine grammar * Remove FileClient * Refine docstring * add rich * Add list_models * Add list_models * Remove backend args * Minor refine * Fix typos in docs and type hints (#787) * [Fix] Add _inputs_to_list (#795) * Add preprocess inputs * Add type hint * update api/infer in index.rst * rename preprocess_inputs to _inputs_to_list * Fix doc format * Update infer.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * [Fix] Fix alias type (#801) * [Enhance] Support loading model config from checkpoint (#864) * first commit * [Enhance] Support build model from weight * minor refine * Fix type hint * refine comments * Update docstring * refine as comment * Add method * Refine docstring * Fix as comment * refine comments * Refine warning message * Fix unit test and refine comments * replace MODULE2PACKAGE to MODULE2PAKCAGE * Fix typo and syntax error in docstring Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Tong Gao <gaotongxiao@gmail.com>
-
- Jan 13, 2023
-
-
Mashiro authored
* Fix PKG2PROJECT * Rename PKG2PROJECT to MODULE2PACKAGE * Fix ci * Remove unnecessary change
-
- Dec 23, 2022
-
-
RangiLyu authored
* [Feature] Support registry auto import modules. * update * rebase and fix ut * add docstring * remove count_registered_modules * update docstring * resolve comments * resolve comments * rename ut * fix warning * avoid BC breaking * update doc * update doc * resolve comments
-
- Oct 24, 2022
-
-
Mashiro authored
* call register_all_modules in Registry.get() * Fix ci * fix scope bug (scope_name -> scope), for temp sync * Fix unit test * Refine log information Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Fix typo Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- Sep 18, 2022
-
-
jason_w authored
Remove unnecessary "if statement".
-
- Aug 29, 2022
-
-
Zaida Zhou authored
* [Docs] Refine registry docs * explain how to use _scope_ * refine
-
- Aug 24, 2022
-
-
Zaida Zhou authored
* Rename data to structure * adjust the way to import module * adjust the way to import module * rename Structure to Data Structures in docs api * rename structure to structures * support using some modules of mmengine without torch * fix circleci config * fix circleci config * fix registry ut * minor fix * move init method from model/utils to model/weight_init.py * move init method from model/utils to model/weight_init.py * move sync_bn to model * move functions depending on torch to dl_utils * format import * fix logging ut * add weight init in model/__init__.py * move get_config and get_model to mmengine/hub * move log_processor.py to mmengine/runner * fix ut * Add TimeCounter in dl_utils/__init__.py
-
- Aug 09, 2022
-
-
Mashiro authored
-
- Aug 08, 2022
-
-
Mashiro authored
-
- Jul 19, 2022
-
-
RangiLyu authored
* [Fix] Fix weight initializing and registry logging. * sync params * resolve comments
-
- Jul 13, 2022
-
-
Mashiro authored
* clean code * fix as comment * fix as comment * add get_registry_by_scope method * add unit test and docstring example * rename get_registry_by_scope to switch_scope_and_registry * move build function to registry/builder * fix docstring * rename builder->registry_builder, move build_from_cfg to registry_builder rename builder->registry_builder, move build_from_cfg to registry_builder * rename registry_builder to build_function rename registry_builder to build_function * fix docstring and type hint * rename build_function to build_functions
-
- Jun 23, 2022
-
-
Zaida Zhou authored
* Fix docstring format of BaseDataElement * fix docstring
-
- Jun 14, 2022
-
-
Alex Yang authored
-
- Jun 09, 2022
-
-
RangiLyu authored
* [Feature] Support overwrite default scope with "_scope_". * add ut * add ut
-
- Jun 06, 2022
-
-
Jiazhen Wang authored
* support custom runner * change build_runner_from_cfg * refine docstring * refine docstring
-
- May 31, 2022
-
-
jbwang1997 authored
* Update * Add unittest
-
- May 24, 2022
-
-
Jiazhen Wang authored
* support custom log processor * supplementary docs * format code
-
- May 05, 2022
-
-
Zaida Zhou authored
* [Fix] Fix RecursionError when key is invalid * refine comments
-
RangiLyu authored
* [Enhance] Refine registry logging info. * update * fix
-
RangiLyu authored
* [Feature] Support collect all registered module info. * update * update * add unit tests * add to runner * resolve comments
-
- Apr 15, 2022
-
-
liukuikun authored
* [WIP] add inline * refactor vis module * [Refactor] according review * [Fix] fix comment * fix some error * Get sub visualizer be Visualizer.get_instance * fix conflict * fix lint * fix unit test * fix mypy * fix comment * fix lint * update docstr * update * update instancedata * remove replace __mro__ with issubclass Co-authored-by:
PJLAB\huanghaian <1286304229@qq.com> Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn>
-
- Apr 01, 2022
-
-
RangiLyu authored
-
- Mar 13, 2022
-
-
Zaida Zhou authored
-
- 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
-
- Feb 16, 2022
-
-
Zaida Zhou authored
-