Ma Zerun c4ccae40db
[Docs] Update user guides docs and tools for MMPretrain. (#1429)
* [Docs] Update user guides docs and tools for MMPretrain.

* Fix UT

* Fix Chinese docs.

* Improve according to comments.

* Fix windows CI.
2023-03-27 14:32:26 +08:00

43 lines
649 B
ReStructuredText

.. role:: hidden
:class: hidden-section
.. module:: mmpretrain.apis
mmpretrain.apis
===================================
These are some high-level APIs for classification tasks.
.. contents:: mmpretrain.apis
:depth: 2
:local:
:backlinks: top
Model
------------------
.. autosummary::
:toctree: generated
:nosignatures:
list_models
get_model
Inference
------------------
.. autosummary::
:toctree: generated
:nosignatures:
:template: callable.rst
ImageClassificationInferencer
ImageRetrievalInferencer
FeatureExtractor
.. autosummary::
:toctree: generated
:nosignatures:
inference_model