mmclassification/docs/en/api/engine.rst

42 lines
760 B
ReStructuredText
Raw Normal View History

.. role:: hidden
:class: hidden-section
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.
2022-07-13 17:04:41 +08:00
.. contents:: mmcls.engine
:depth: 2
:local:
:backlinks: top
2022-07-13 17:04:41 +08:00
.. currentmodule:: mmcls.engine
Hooks
------------------
.. autosummary::
:toctree: generated
:nosignatures:
:template: classtemplate.rst
ClassNumCheckHook
PreciseBNHook
VisualizationHook
Optimizers
------------------
.. autosummary::
:toctree: generated
:nosignatures:
:template: classtemplate.rst
Lamb