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
It would be nice to have a easy and rule independent way of changing the learning rate like in Flux.jl.
Right now the best way i can think of is making another state tuple while changing the first argument but then changing the learning rate is not rule independent.
See what you think of #89. I made it a new verb, although perhaps it could in fact be made a method of setup --- the signature of the first call doesn't really distinguish the two uses, but the state tree contains Leaf or nothing, and never contains new parameters (i.e. things with isnumeric(x)).
It would be nice to have a easy and rule independent way of changing the learning rate like in Flux.jl.
Right now the best way i can think of is making another state tuple while changing the first argument but then changing the learning rate is not rule independent.
@mcabbott suggested
related: #15 (seems to be not active)
The text was updated successfully, but these errors were encountered: