mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
* [Docs] Add hooks tutorial * improve the description about hooks * Add OptimizerHook usages * fix comments * fix comments * fix comments * fix comments * fix typo * refine description * refactor * refactor * add a sentence to improve docs * briefly introduce the hook of pytorch * refactor the order of sections * improve the description about hooks * improve * fix comments * update priorities * improve description * refactor title * fix typo * reorder priority of hook * fix typo * fix comments * remove the distributed argument from SyncBuffersHook
30 lines
476 B
ReStructuredText
30 lines
476 B
ReStructuredText
欢迎来到 mmengine 的中文文档!
|
|
=========================================
|
|
您可以在页面左下角切换中英文文档。
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: 教程
|
|
|
|
tutorials/registry.md
|
|
tutorials/config.md
|
|
tutorials/hook.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: API 文档
|
|
|
|
api.rst
|
|
|
|
.. toctree::
|
|
:caption: 语言切换
|
|
|
|
switch_language.md
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|