Module: tfm.optimization.ema_optimizer

Stay organized with collections Save and categorize content based on your preferences.

Exponential moving average optimizer.

Classes

class ExponentialMovingAverage: Optimizer that computes an exponential moving average of the variables.

Functions

maybe_merge_call(...): Maybe invoke fn via merge_call which may or may not be fulfilled.