Any fixed point solvers for convolution operation JAx. #9063
Unanswered
SubhositRay
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Could you edit your question to add a minimal reproducible example of the issue you're seeing? I'm having trouble understanding from your description what code you might be running. |
Beta Was this translation helpful? Give feedback.
1 reply
-
JAXopt has support for fixed-point solvers, I recommend taking a look at their documentation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to use the flatten after the convolution operation so I can use Andersson accelaration or other fixed point layer. But Jax gives jit and gradient the way it works gives some error. Flattening and reshaping fails during gradient descent, even though the function runs pretty well when jit and grad is not called on it. Any ideas?!
Beta Was this translation helpful? Give feedback.
All reactions