mmengine/mmengine/registry
Qian Zhao b2ad2210b5
[Feature] Support registering partial functions and more (#595)
* support registering partial functions

* Update mmengine/registry/build_functions.py

Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>

* Update mmengine/registry/registry.py

Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>

* Revert unit test and refine

* add current logger and set log level

---------

Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
Co-authored-by: HAOCHENYE <21724054@zju.edu.cn>
2023-04-10 19:42:04 +08:00
..
__init__.py [Enhancement] Add `FUNCTIONS` root Registry (#983) 2023-03-08 12:53:24 +08:00
build_functions.py [Feature] Support registering partial functions and more (#595) 2023-04-10 19:42:04 +08:00
default_scope.py [Docs] Fix failed link in registry (#811) 2022-12-10 22:25:31 +08:00
registry.py [Feature] Support registering partial functions and more (#595) 2023-04-10 19:42:04 +08:00
root.py [Enhancement] Add `FUNCTIONS` root Registry (#983) 2023-03-08 12:53:24 +08:00
utils.py [Enhancement] Replace warnings.warn with print_log (#961) 2023-03-06 17:25:28 +08:00