You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want every docstring to become a novel, but perhaps the one for Optimisers.setup is one good place to show that this recurses into custom structs.
The main doc page uses a Flux model as the first example of applying a rule. It could instead first construct some simpler model, and show that a newly written optimisation rule is applied to all children etc?
We should give more prominence in the docs to the usage of
Flux.@functor
andOptimisers.trainable
to define trainable parameters of custom types.The text was updated successfully, but these errors were encountered: