Skip to content

Commit 7dc2070

Browse files
Fix link to train in the docs
1 parent 4e28377 commit 7dc2070

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)