We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf3a58 commit 50c5a47Copy full SHA for 50c5a47
src/utils.jl
@@ -710,9 +710,9 @@ Return an iterator over non-leaf objects
710
that can be reached from `m` through recursion
711
on the children given by [`functor`](@ref).
712
713
-It can be used to apply a regularization
714
-over certain specific modules or subsets of
715
-the parameters (e.g. the weights but not the biases).
+Useful for applying a function (e.g. a regularizer)
+over specific modules or subsets of the parameters
+(e.g. the weights but not the biases).
716
717
# Examples
718
0 commit comments