Skip to content

Commit

Permalink
Fix link to Gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
logankilpatrick authored Nov 27, 2021
1 parent 428b1d9 commit e21b094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ end
Given a model or specific layers from a model, create a `Params` object pointing to its trainable parameters.
This can be used with [`gradient`](@ref), or as input to the [`Flux.train!`](@ref Flux.train!) function.
This can be used with the `gradient` function, see [Taking Gradients](@ref), or as input to the [`Flux.train!`](@ref Flux.train!) function.
The behaviour of `params` on custom types can be customized using [`Functor.@functor`](@ref) or [`Flux.trainable`](@ref).
Expand Down

0 comments on commit e21b094

Please sign in to comment.