//
pkg.gl
Category
github.com/nlpodyssey/spago
optimizers
lamb
package
1.1.0
Repository:
https://github.com/nlpodyssey/spago.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
6
Dependents
0
Files
133 SLOC
#
Functions
New
New returns a new Lamb optimizer, initialized according to the given configuration.
NewConfig
NewConfig returns a new Lamb Config.
NewDefaultConfig
NewDefaultConfig returns a new Config with generically reasonable default values.
#
Structs
Config
Config provides configuration settings for Lamb optimizer.
Lamb
Lamb implements the Lamb gradient descent optimization method.
State