fixes
This commit is contained in:
parent
12bc06136d
commit
a98a1b8bb5
|
@ -113,6 +113,6 @@ You can even store optimiser state alongside the model, to resume training
|
|||
exactly where you left off.
|
||||
|
||||
```julia
|
||||
opt = ADAM(params(model))
|
||||
opt = ADAM()
|
||||
@save "model-$(now()).bson" model opt
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue