Skip to content

Commit

Permalink
redo docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Mar 9, 2021
1 parent fdf3a58 commit 50c5a47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -710,9 +710,9 @@ Return an iterator over non-leaf objects
that can be reached from `m` through recursion
on the children given by [`functor`](@ref).
It can be used to apply a regularization
over certain specific modules or subsets of
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).
# Examples
Expand Down

0 comments on commit 50c5a47

Please sign in to comment.