File size: 2,466 Bytes
09a3fa9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | 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
.. 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.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`
|