mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* add cn tutorials/config.md * add heads api and doc title link * Update tutorials index * Update tutorials index * Update config.md * add english version * Update config.md * add custom_runtime * Update docs * modify title * modify en to zh_CN in chinses docs * Update Readme * fix punctuations * Update docs/tutorials/customize_runtime.md Co-authored-by: Ma Zerun <mzr1996@163.com> * Update docs/tutorials/customize_runtime.md Co-authored-by: Ma Zerun <mzr1996@163.com> * split to schedule and runtime * fix lint * improve docs after review * fix TOC * imporve expersion * fix an error * Imporve schedule.md * Improve runtime.md * Improve chinese docs. * Fix toc-tree * fix en link and add a case of gradient clipping * fix wrong word Co-authored-by: Ma Zerun <mzr1996@163.com>
68 lines
1.2 KiB
ReStructuredText
68 lines
1.2 KiB
ReStructuredText
欢迎来到 MMClassification 中文教程!
|
|
==========================================
|
|
|
|
You can switch between Chinese and English documentation in the lower-left corner of the layout.
|
|
|
|
您可以在页面左下角切换中英文文档。
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: 开始你的第一步
|
|
|
|
install.md
|
|
getting_started.md
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: 教程
|
|
|
|
tutorials/config.md
|
|
tutorials/finetune.md
|
|
tutorials/new_dataset.md
|
|
tutorials/data_pipeline.md
|
|
tutorials/new_modules.md
|
|
tutorials/schedule.md
|
|
tutorials/runtime.md
|
|
|
|
|
|
.. include:: _model_zoo.rst
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: 实用工具
|
|
|
|
tools/pytorch2onnx.md
|
|
tools/onnx2tensorrt.md
|
|
tools/pytorch2torchscript.md
|
|
tools/model_serving.md
|
|
tools/visualization.md
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: 社区
|
|
|
|
community/CONTRIBUTING.md
|
|
|
|
|
|
.. toctree::
|
|
:caption: API 参考文档
|
|
|
|
api.rst
|
|
|
|
|
|
.. toctree::
|
|
:caption: 语言切换
|
|
|
|
English <https://mmclassification.readthedocs.io/en/latest/>
|
|
简体中文 <https://mmclassification.readthedocs.io/zh_CN/latest/>
|
|
|
|
|
|
索引与表格
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|