Skip to content

Commit 50c5a47

Browse files
redo docstring
1 parent fdf3a58 commit 50c5a47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utils.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -710,9 +710,9 @@ Return an iterator over non-leaf objects
710710
that can be reached from `m` through recursion
711711
on the children given by [`functor`](@ref).
712712
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).
713+
Useful for applying a function (e.g. a regularizer)
714+
over specific modules or subsets of the parameters
715+
(e.g. the weights but not the biases).
716716
717717
# Examples
718718

0 commit comments

Comments
 (0)