mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
* rename global accessible and intergration get_sintance and create_instance * move ManagerMixin to utils * fix as docstring and seporate get_instance to get_instance and get_current_instance * fix lint * fix docstring, rename and move test_global_meta * fix manager's runtime error description fix manager's runtime error description * Add comments * Add comments
40 lines
512 B
ReStructuredText
40 lines
512 B
ReStructuredText
Registry
|
|
--------
|
|
.. automodule:: mmengine.registry
|
|
:members:
|
|
|
|
Config
|
|
--------
|
|
.. automodule:: mmengine.config
|
|
:members:
|
|
|
|
Runner
|
|
--------
|
|
.. automodule:: mmengine.runner
|
|
:members:
|
|
|
|
Hook
|
|
--------
|
|
.. automodule:: mmengine.hooks
|
|
:members:
|
|
|
|
Optimizer
|
|
----------
|
|
.. automodule:: mmengine.optim
|
|
:members:
|
|
|
|
Data
|
|
--------
|
|
.. automodule:: mmengine.data
|
|
:members:
|
|
|
|
Distributed
|
|
-----------
|
|
.. automodule:: mmengine.dist
|
|
:members:
|
|
|
|
Logging
|
|
--------
|
|
.. automodule:: mmengine.logging
|
|
:members:
|