2022-08-31 21:18:55 +08:00
|
|
|
Welcome to MMEngine's documentation!
|
|
|
|
=========================================
|
2022-02-12 22:14:15 +08:00
|
|
|
You can switch between Chinese and English documents in the lower-left corner of the layout.
|
|
|
|
|
2022-02-15 13:12:16 +08:00
|
|
|
.. toctree::
|
2022-08-31 21:18:55 +08:00
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Get Started
|
|
|
|
|
|
|
|
get_started/introduction.md
|
|
|
|
get_started/installation.md
|
|
|
|
get_started/15_minutes.md
|
|
|
|
|
2022-10-28 15:18:56 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2023-02-07 17:03:35 +08:00
|
|
|
:caption: Examples
|
2022-10-28 15:18:56 +08:00
|
|
|
|
|
|
|
examples/train_a_gan.md
|
|
|
|
|
2023-02-07 17:03:35 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Common Usage
|
|
|
|
|
|
|
|
common_usage/resume_training.md
|
2023-05-28 20:10:16 +08:00
|
|
|
common_usage/distributed_training.md
|
2023-02-07 17:03:35 +08:00
|
|
|
common_usage/speed_up_training.md
|
|
|
|
common_usage/save_gpu_memory.md
|
2023-05-30 15:44:06 +08:00
|
|
|
common_usage/better_optimizers.md
|
2023-04-11 12:31:05 +08:00
|
|
|
common_usage/visualize_training_log.md
|
2023-03-09 17:23:12 +08:00
|
|
|
common_usage/set_random_seed.md
|
2023-02-21 21:40:35 +08:00
|
|
|
common_usage/debug_tricks.md
|
2023-03-05 21:03:26 +08:00
|
|
|
common_usage/model_analysis.md
|
2023-03-01 19:28:14 +08:00
|
|
|
common_usage/set_interval.md
|
2023-02-21 21:12:38 +08:00
|
|
|
common_usage/epoch_to_iter.md
|
2023-02-07 17:03:35 +08:00
|
|
|
|
2022-08-31 21:18:55 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 3
|
2022-02-15 13:12:16 +08:00
|
|
|
:caption: Tutorials
|
|
|
|
|
2022-08-31 21:18:55 +08:00
|
|
|
tutorials/runner.md
|
2022-10-28 15:18:56 +08:00
|
|
|
tutorials/dataset.md
|
2022-08-31 21:18:55 +08:00
|
|
|
tutorials/model.md
|
|
|
|
tutorials/evaluation.md
|
|
|
|
tutorials/optim_wrapper.md
|
|
|
|
tutorials/param_scheduler.md
|
2022-10-28 15:18:56 +08:00
|
|
|
tutorials/hook.md
|
2022-02-15 13:12:16 +08:00
|
|
|
|
2022-02-16 21:45:39 +08:00
|
|
|
.. toctree::
|
2022-08-30 16:27:20 +08:00
|
|
|
:maxdepth: 1
|
2022-08-31 21:18:55 +08:00
|
|
|
:caption: Advanced tutorials
|
|
|
|
|
2022-10-28 15:18:56 +08:00
|
|
|
advanced_tutorials/registry.md
|
|
|
|
advanced_tutorials/config.md
|
2022-08-31 21:18:55 +08:00
|
|
|
advanced_tutorials/basedataset.md
|
2022-10-28 15:18:56 +08:00
|
|
|
advanced_tutorials/data_transform.md
|
2022-08-31 21:18:55 +08:00
|
|
|
advanced_tutorials/initialize.md
|
2022-10-28 15:18:56 +08:00
|
|
|
advanced_tutorials/visualization.md
|
|
|
|
advanced_tutorials/data_element.md
|
2022-08-31 21:18:55 +08:00
|
|
|
advanced_tutorials/distributed.md
|
|
|
|
advanced_tutorials/logging.md
|
|
|
|
advanced_tutorials/fileio.md
|
2022-11-18 15:23:48 +08:00
|
|
|
advanced_tutorials/manager_mixin.md
|
2022-10-28 15:18:56 +08:00
|
|
|
advanced_tutorials/cross_library.md
|
2022-12-27 21:39:43 +08:00
|
|
|
advanced_tutorials/test_time_augmentation.md
|
2023-02-20 15:00:28 +08:00
|
|
|
advanced_tutorials/model_analysis.md
|
2022-08-31 21:18:55 +08:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Design
|
|
|
|
|
|
|
|
design/hook.md
|
|
|
|
design/runner.md
|
|
|
|
design/evaluation.md
|
|
|
|
design/visualization.md
|
|
|
|
design/logging.md
|
2023-02-05 13:01:47 +08:00
|
|
|
design/infer.md
|
2022-08-31 21:18:55 +08:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Migration guide
|
|
|
|
|
2022-09-01 11:34:03 +08:00
|
|
|
migration/runner.md
|
2022-08-31 21:18:55 +08:00
|
|
|
migration/hook.md
|
2022-09-01 11:34:03 +08:00
|
|
|
migration/model.md
|
2022-08-31 21:18:55 +08:00
|
|
|
migration/param_scheduler.md
|
2022-09-01 11:34:03 +08:00
|
|
|
migration/transform.md
|
2022-08-31 21:18:55 +08:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2022-02-16 21:45:39 +08:00
|
|
|
:caption: API Reference
|
|
|
|
|
2023-02-20 15:00:28 +08:00
|
|
|
mmengine.analysis <api/analysis>
|
2022-08-30 16:27:20 +08:00
|
|
|
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>
|
2023-01-16 16:01:06 +08:00
|
|
|
mmengine.infer <api/infer>
|
2022-08-30 16:27:20 +08:00
|
|
|
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>
|
2022-02-16 21:45:39 +08:00
|
|
|
|
2022-10-11 23:08:17 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Notes
|
|
|
|
|
|
|
|
notes/changelog.md
|
2022-12-04 10:52:11 +08:00
|
|
|
notes/contributing.md
|
2022-10-11 23:08:17 +08:00
|
|
|
|
2022-02-12 22:14:15 +08:00
|
|
|
.. toctree::
|
|
|
|
:caption: Switch Language
|
|
|
|
|
|
|
|
switch_language.md
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|