Skip to content

Commit ec8def6

Browse files
Merge #1748
1748: Fix `train!` doc string 404 r=DhairyaLGandhi a=logankilpatrick Co-authored-by: Logan Kilpatrick <[email protected]>
2 parents cdd4fc9 + e285d50 commit ec8def6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/models/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ More accurate predictions will yield a lower loss. You can write your own loss f
8585

8686
## Improve the Prediction
8787

88-
Under the hood, the Flux [`train!`](@ref) function uses *a loss function* and *training data* to improve the *parameters* of your model based on a pluggable [`optimiser`](../training/optimisers.md):
88+
Under the hood, the Flux [`Flux.train!`](@ref) function uses *a loss function* and *training data* to improve the *parameters* of your model based on a pluggable [`optimiser`](../training/optimisers.md):
8989

9090
```julia
9191
julia> using Flux: train!

0 commit comments

Comments
 (0)