mmengine.registry¶
A registry to map strings to classes or functions. |
|
Scope of current task used to reset the current registry, which can be accessed globally. |
Build a module from config dict when it is a class configuration, or call a function from config dict when it is a function configuration. |
|
Build a PyTorch model from config dict(s). |
|
Build a Runner object. |
|
Builds a |
|
Scan all modules in MMEngine's root and child registries and dump to json. |
|
Traverse the whole registry tree from any given node, and collect information of all registered modules in this registry tree. |
|
Initialize the given default scope. |