fuck
This commit is contained in:
parent
107d9daa8f
commit
bf098d551c
@ -9,4 +9,4 @@ function optimiser(m, fs...)
|
|||||||
() -> foreach(call, fs)
|
() -> foreach(call, fs)
|
||||||
end
|
end
|
||||||
|
|
||||||
SGD(m, η = 1) = optimiser(m, p -> descent(p, 0.1))
|
SGD(m, η = 1) = optimiser(m, p -> descent(p, η))
|
||||||
|
Loading…
Reference in New Issue
Block a user