Replies: 2 comments
-
It would have the desired effect indeed. We are looking into adding learning rate schedulers but for now one can simply change the attribute. I recently added such an example in the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, I'm looking forward to a framework for learning rate schedules, but I have been able to use a callback invoked every iteration that sets this attribute for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is not clear from the documentation, but if I wanted to update the learning rate of an mlx.optimizers.Adam instance dynamically, (to support learning rate schedules, for example), will updating the .learning_rate attribute have the desired effect?
Beta Was this translation helpful? Give feedback.
All reactions