2022-04-15 20:19:20 +08:00
|
|
|
.. role:: hidden
|
|
|
|
:class: hidden-section
|
|
|
|
|
2022-08-29 15:35:10 +08:00
|
|
|
mmcls.engine
|
2022-04-15 20:19:20 +08:00
|
|
|
===================================
|
|
|
|
|
2022-08-29 15:35:10 +08:00
|
|
|
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.
|
2022-04-15 20:19:20 +08:00
|
|
|
|
|
|
|
.. note::
|
|
|
|
|
2022-08-29 15:35:10 +08:00
|
|
|
Some components may be moved to MMEngine in the future.
|
2022-04-15 20:19:20 +08:00
|
|
|
|
2022-07-13 17:04:41 +08:00
|
|
|
.. contents:: mmcls.engine
|
2022-04-15 20:19:20 +08:00
|
|
|
:depth: 2
|
|
|
|
:local:
|
|
|
|
:backlinks: top
|
|
|
|
|
2022-07-13 17:04:41 +08:00
|
|
|
.. currentmodule:: mmcls.engine
|
2022-04-15 20:19:20 +08:00
|
|
|
|
2022-08-29 15:35:10 +08:00
|
|
|
Hooks
|
2022-04-15 20:19:20 +08:00
|
|
|
------------------
|
|
|
|
|
|
|
|
.. autosummary::
|
|
|
|
:toctree: generated
|
|
|
|
:nosignatures:
|
|
|
|
:template: classtemplate.rst
|
|
|
|
|
|
|
|
ClassNumCheckHook
|
|
|
|
PreciseBNHook
|
2022-08-29 15:35:10 +08:00
|
|
|
VisualizationHook
|
2022-04-15 20:19:20 +08:00
|
|
|
|
|
|
|
Optimizers
|
|
|
|
------------------
|
|
|
|
|
|
|
|
.. autosummary::
|
|
|
|
:toctree: generated
|
|
|
|
:nosignatures:
|
|
|
|
:template: classtemplate.rst
|
|
|
|
|
|
|
|
Lamb
|