mmpretrain/docs/en/index.rst

91 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2020-07-10 17:06:36 +08:00
Welcome to MMClassification's documentation!
============================================
2020-07-10 17:06:36 +08:00
You can switch between Chinese and English documentation in the lower-left corner of the layout.
您可以在页面左下角切换中英文文档。
2020-07-10 17:06:36 +08:00
.. toctree::
:maxdepth: 1
:caption: Get Started
2020-07-10 17:06:36 +08:00
install.md
getting_started.md
.. toctree::
:maxdepth: 1
:caption: Tutorials
tutorials/config.md
2020-07-10 17:06:36 +08:00
tutorials/finetune.md
tutorials/new_dataset.md
tutorials/data_pipeline.md
tutorials/new_modules.md
tutorials/schedule.md
tutorials/runtime.md
2020-07-10 17:06:36 +08:00
.. toctree::
:maxdepth: 1
:caption: Model zoo
:glob:
modelzoo_statistics.md
model_zoo.md
papers/*
.. toctree::
:maxdepth: 1
:caption: Useful Tools and Scripts
tools/pytorch2onnx.md
tools/onnx2tensorrt.md
tools/pytorch2torchscript.md
tools/model_serving.md
tools/visualization.md
tools/analysis.md
tools/miscellaneous.md
.. toctree::
:maxdepth: 1
:caption: Community
community/CONTRIBUTING.md
.. toctree::
:maxdepth: 1
:caption: API Reference
mmcls.apis <api/apis>
mmcls.core <api/core>
mmcls.models <api/models>
mmcls.models.utils <api/models.utils>
mmcls.datasets <api/datasets>
Data Transformations <api/transforms>
Batch Augmentation <api/models.utils.augment>
mmcls.utils <api/utils>
.. toctree::
:maxdepth: 1
:caption: Changelog
changelog.md
.. toctree::
:caption: Language Switch
English <https://mmclassification.readthedocs.io/en/latest/>
简体中文 <https://mmclassification.readthedocs.io/zh_CN/latest/>
2020-07-10 17:06:36 +08:00
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`