Skip to content

Commit 1809dd0

Browse files
Merge #1784
1784: Fix link to train in the docs r=ToucheSir a=logankilpatrick Right now, in the dev docs, the first link to train on this page works and the 2nd one doesn't so I copied the link to hopefully make the second one work. Co-authored-by: Logan Kilpatrick <23kilpatrick23@gmail.com>
2 parents 85c17ee + 7dc2070 commit 1809dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/models/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ julia> predict.weight in parameters, predict.bias in parameters
127127

128128
The first parameter is the weight and the second is the bias. Flux will adjust predictions by iteratively changing these parameters according to the optimizer.
129129

130-
This optimiser implements the classic gradient descent strategy. Now improve the parameters of the model with a call to [`train!`](@ref) like this:
130+
This optimiser implements the classic gradient descent strategy. Now improve the parameters of the model with a call to [`Flux.train!`](@ref) like this:
131131

132132
```
133133
julia> train!(loss, parameters, data, opt)

0 commit comments

Comments
 (0)