mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* Update generate_readme.py and readme files. * Update reamde * Update docs * update metafile * update simmim readme * update * update mae * fix lint * update mocov2 * update readme pic * fix lint * Fix mmcls download links. * Fix Chinese docs. * Decrease readthedocs requirements. --------- Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
42 lines
615 B
ReStructuredText
42 lines
615 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
|
|
init_model
|
|
|
|
Inference
|
|
------------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: callable.rst
|
|
|
|
ImageClassificationInferencer
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
|
|
inference_model
|