Module momentum

Expand description

Momentum module for optimizers.

Structs§

Momentum
Momemtum implementation that transforms gradients.
MomentumConfig
Configuration to create momentum.
MomentumState
State of momentum.
MomentumStateItem
The record item type for the module.