We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428b1d9 commit e21b094Copy full SHA for e21b094
src/functor.jl
@@ -54,7 +54,7 @@ end
54
55
Given a model or specific layers from a model, create a `Params` object pointing to its trainable parameters.
56
57
-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.
58
59
The behaviour of `params` on custom types can be customized using [`Functor.@functor`](@ref) or [`Flux.trainable`](@ref).
60
0 commit comments