Class ExponentialSmoothing¶
Defined in File exponential_smoothing.h
Inheritance Relationships¶
Derived Type¶
public marian::OptimizerBase
(Class OptimizerBase)
Class Documentation¶
-
class
ExponentialSmoothing
¶ Class implementing exponential smoothing for graph groups.
The smoothed parameters themselves are not stored in here.
Subclassed by marian::OptimizerBase
Protected Functions
-
void
updateAvgParams
(Tensor paramsAvg, Tensor params, size_t batches, size_t actualBatchTrgWords)¶
-
void