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>
42 lines
753 B
ReStructuredText
42 lines
753 B
ReStructuredText
.. role:: hidden
|
|
:class: hidden-section
|
|
|
|
.. module:: mmcls.engine
|
|
|
|
mmcls.engine
|
|
===================================
|
|
|
|
This package includes some runtime components, including hooks, runners, optimizers and loops. These components are useful in
|
|
classification tasks but not supported by MMEngine yet.
|
|
|
|
.. note::
|
|
|
|
Some components may be moved to MMEngine in the future.
|
|
|
|
.. contents:: mmcls.engine
|
|
:depth: 2
|
|
:local:
|
|
:backlinks: top
|
|
|
|
Hooks
|
|
------------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: classtemplate.rst
|
|
|
|
ClassNumCheckHook
|
|
PreciseBNHook
|
|
VisualizationHook
|
|
|
|
Optimizers
|
|
------------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: classtemplate.rst
|
|
|
|
Lamb
|