Skip to content

Commit e21b094

Browse files
Fix link to Gradient
1 parent 428b1d9 commit e21b094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ end
5454
5555
Given a model or specific layers from a model, create a `Params` object pointing to its trainable parameters.
5656
57-
This can be used with [`gradient`](@ref), or as input to the [`Flux.train!`](@ref Flux.train!) function.
57+
This can be used with the `gradient` function, see [Taking Gradients](@ref), or as input to the [`Flux.train!`](@ref Flux.train!) function.
5858
5959
The behaviour of `params` on custom types can be customized using [`Functor.@functor`](@ref) or [`Flux.trainable`](@ref).
6060

0 commit comments

Comments
 (0)