Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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
Source
m=
(m :
Tensor
)
Source
step
Source
step=
(step :
Int32
)
Source
v
Source
v=
(v :
Tensor
)
Source