mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
* [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>
113 lines
2.5 KiB
ReStructuredText
113 lines
2.5 KiB
ReStructuredText
Welcome to MMEngine's documentation!
|
|
=========================================
|
|
You can switch between Chinese and English documents in the lower-left corner of the layout.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Get Started
|
|
|
|
get_started/introduction.md
|
|
get_started/installation.md
|
|
get_started/15_minutes.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Common Usage
|
|
|
|
examples/resume_training.md
|
|
examples/speed_up_training.md
|
|
examples/save_gpu_memory.md
|
|
examples/train_a_gan.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
:caption: Tutorials
|
|
|
|
tutorials/runner.md
|
|
tutorials/dataset.md
|
|
tutorials/model.md
|
|
tutorials/evaluation.md
|
|
tutorials/optim_wrapper.md
|
|
tutorials/param_scheduler.md
|
|
tutorials/hook.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Advanced tutorials
|
|
|
|
advanced_tutorials/registry.md
|
|
advanced_tutorials/config.md
|
|
advanced_tutorials/basedataset.md
|
|
advanced_tutorials/data_transform.md
|
|
advanced_tutorials/initialize.md
|
|
advanced_tutorials/visualization.md
|
|
advanced_tutorials/data_element.md
|
|
advanced_tutorials/distributed.md
|
|
advanced_tutorials/logging.md
|
|
advanced_tutorials/fileio.md
|
|
advanced_tutorials/manager_mixin.md
|
|
advanced_tutorials/cross_library.md
|
|
advanced_tutorials/test_time_augmentation.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Design
|
|
|
|
design/hook.md
|
|
design/runner.md
|
|
design/evaluation.md
|
|
design/visualization.md
|
|
design/logging.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Migration guide
|
|
|
|
migration/runner.md
|
|
migration/hook.md
|
|
migration/model.md
|
|
migration/param_scheduler.md
|
|
migration/transform.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: API Reference
|
|
|
|
mmengine.registry <api/registry>
|
|
mmengine.config <api/config>
|
|
mmengine.runner <api/runner>
|
|
mmengine.hooks <api/hooks>
|
|
mmengine.model <api/model>
|
|
mmengine.optim <api/optim>
|
|
mmengine.evaluator <api/evaluator>
|
|
mmengine.structures <api/structures>
|
|
mmengine.dataset <api/dataset>
|
|
mmengine.infer <api/infer>
|
|
mmengine.device <api/device>
|
|
mmengine.hub <api/hub>
|
|
mmengine.logging <api/logging>
|
|
mmengine.visualization <api/visualization>
|
|
mmengine.fileio <api/fileio>
|
|
mmengine.dist <api/dist>
|
|
mmengine.utils <api/utils>
|
|
mmengine.utils.dl_utils <api/utils.dl_utils>
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Notes
|
|
|
|
notes/changelog.md
|
|
notes/contributing.md
|
|
|
|
.. toctree::
|
|
:caption: Switch Language
|
|
|
|
switch_language.md
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|