class

ML::Optim::AdamState

Inherits Reference / Object

Adam optimizer state for a single parameter

Constructors

new(shape : Shape, device : Tensor::Device)
Source

Instance methods

m=(m : Tensor)
Source
step
Source
step=(step : Int32)
Source
v=(v : Tensor)
Source