mmengine/docs/en/api.rst
Zaida Zhou 7e1d7af2d9
[Refactor] Refactor code structure (#395)
* 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
2022-08-24 19:14:07 +08:00

60 lines
805 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 Structures
----------------
.. automodule:: mmengine.structures
:members:
Dataset
------------
.. automodule:: mmengine.dataset
:members:
Distributed
-----------
.. automodule:: mmengine.dist
:members:
Logging
--------
.. automodule:: mmengine.logging
:members:
Model
--------
.. automodule:: mmengine.model
:members:
Visualization
--------
.. automodule:: mmengine.visualization
:members:
Utils
--------
.. automodule:: mmengine.utils
:members: