Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 1.2 KB

optim.rst

File metadata and controls

69 lines (58 loc) · 1.2 KB

mmengine.optim

mmengine.optim

.. currentmodule:: mmengine.optim

.. autosummary::
   :toctree: generated
   :nosignatures:
   :template: classtemplate.rst

    AmpOptimWrapper
    ApexOptimWrapper
    OptimWrapper
    OptimWrapperDict
    DefaultOptimWrapperConstructor
    ZeroRedundancyOptimizer

.. autosummary::
   :toctree: generated
   :nosignatures:

    build_optim_wrapper

.. autosummary::
   :toctree: generated
   :nosignatures:
   :template: classtemplate.rst

   _ParamScheduler
   ConstantLR
   ConstantMomentum
   ConstantParamScheduler
   CosineAnnealingLR
   CosineAnnealingMomentum
   CosineAnnealingParamScheduler
   ExponentialLR
   ExponentialMomentum
   ExponentialParamScheduler
   LinearLR
   LinearMomentum
   LinearParamScheduler
   MultiStepLR
   MultiStepMomentum
   MultiStepParamScheduler
   OneCycleLR
   OneCycleParamScheduler
   PolyLR
   PolyMomentum
   PolyParamScheduler
   StepLR
   StepMomentum
   StepParamScheduler
   ReduceOnPlateauLR
   ReduceOnPlateauMomentum
   ReduceOnPlateauParamScheduler