typo
This commit is contained in:
parent
776023ddad
commit
7ead2d6c7b
@ -27,7 +27,7 @@ gs = gradient(ps) do
|
|||||||
loss(x, y)
|
loss(x, y)
|
||||||
end
|
end
|
||||||
|
|
||||||
Flux.Optimise.update(opt, ps, gs)
|
Flux.Optimise.update!(opt, ps, gs)
|
||||||
```
|
```
|
||||||
"""
|
"""
|
||||||
mutable struct Descent
|
mutable struct Descent
|
||||||
|
Loading…
Reference in New Issue
Block a user