Implementation of custom Optax optimizers #521
Unanswered
MarioAuditore
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am wondering how one can implement their own solver with Optax API. In my case, I have my own class, which I use for riemannian gradient descent. It looks like this:
I know how to perform optimization with this class in pure JAX, but I want to wrap it in something, so it will be an Optax optimizer. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions