Merge pull request #827 from ChrisRackauckas/patch-3
Momentum doesn't need params
This commit is contained in:
commit
0a5ce0ed61
@ -23,7 +23,7 @@ function apply!(o::Descent, x, Δ)
|
||||
end
|
||||
|
||||
"""
|
||||
Momentum(params, η = 0.01; ρ = 0.9)
|
||||
Momentum(η = 0.01; ρ = 0.9)
|
||||
|
||||
Gradient descent with learning rate `η` and momentum `ρ`.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user