Module momentum
burn
0.16.1
Module momentum
Module Items
Structs
In burn::
optim
Modules
adaptor
decay
momentum
record
Structs
AdaGrad
AdaGradConfig
AdaGradState
AdaGradStateItem
Adam
AdamConfig
AdamState
AdamStateItem
AdamW
AdamWConfig
AdamWState
AdamWStateItem
AdaptiveMomentumState
AdaptiveMomentumStateItem
CenteredState
CenteredStateItem
GradientsAccumulator
GradientsParams
LrDecayState
LrDecayStateItem
RmsProp
RmsPropConfig
RmsPropMomentum
RmsPropMomentumState
RmsPropMomentumStateItem
RmsPropState
RmsPropStateItem
Sgd
SgdConfig
SgdState
SgdStateItem
SquareAvgState
SquareAvgStateItem
Traits
Optimizer
SimpleOptimizer
burn
::
optim
Module
momentum
Copy item path
Settings
Help
Summary
Expand description
Momentum module for optimizers.
Structs
§
Momentum
Momemtum implementation that transforms gradients.
Momentum
Config
Configuration to create
momentum
.
Momentum
State
State of
momentum
.
Momentum
State
Item
The record item type for the module.