Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 503 Bytes

schedules.rst

File metadata and controls

27 lines (14 loc) · 503 Bytes

symjax.nn.schedules -----------------------

symjax.nn.schedules

Implements some schedules which consist of a Tensor variable that is updated online based on new values of some other tensors

PiecewiseConstant ExponentialMovingAverage

Detailed Descriptions

symjax.nn.schedules.PiecewiseConstant

symjax.nn.schedules.ExponentialMovingAverage