golem ~master (2021-09-25T16:54:00Z)
Dub
Repo
SGDConfig
golem
optimizer
Undocumented in source.
struct
SGDConfig {
float
learningRate
;
float
momentumRate
;
float
weightDecay
;
}
Members
Variables
learningRate
float
learningRate
;
Undocumented in source.
momentumRate
float
momentumRate
;
Undocumented in source.
weightDecay
float
weightDecay
;
Undocumented in source.
Meta
Source
See Implementation
golem
optimizer
classes
AdaBelief
Adam
SGD
functions
createOptimizer
interfaces
Optimizer
structs
AdamConfig
SGDConfig