This commit is contained in:
Mike J Innes 2017-09-27 18:37:07 +01:00
parent 94e38c05b8
commit c51f5afb3d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ To actually train a model we need three things:
With these we can call `Flux.train!`:
```julia
Flux.train!(model, data, opt)
Flux.train!(modelLoss, data, opt)
```
There are plenty of examples in the [model zoo](https://github.com/FluxML/model-zoo).