mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* refactor dataset tutorials * split into user_guide and advance_guide * refine * Fix dataset preparasion tutorial. * refine CN docs * update docs API doc link * refine new a dataset * refine new a dataset * refine new a dataset Co-authored-by: mzr1996 <mzr1996@163.com>
25 lines
366 B
ReStructuredText
25 lines
366 B
ReStructuredText
.. role:: hidden
|
|
:class: hidden-section
|
|
|
|
.. module:: mmcls.apis
|
|
|
|
mmcls.apis
|
|
===================================
|
|
|
|
These are some high-level APIs for classification tasks.
|
|
|
|
.. contents:: mmcls.apis
|
|
:depth: 2
|
|
:local:
|
|
:backlinks: top
|
|
|
|
Inference
|
|
------------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
|
|
init_model
|
|
inference_model
|