Optimizer Latency #1680
Unanswered
AnantChandra
asked this question in
Q&A
Replies: 1 comment 1 reply
-
When the objective and its gradient are compiled in pytensor, you should be able to leverage a different pytensor backend via environment variables Reference: https://pytensor.readthedocs.io/en/latest/tutorial/modes.html |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all!
What is the best way to speed this up?
It currently takes me 5 minutes for the number of channels & periods I have.
My understanding from reading the code base is that the optimizer uses SciPy's solvers, which are not JAX-compatible and do not use the GPU. Hence, deploying on a GPU won't help either?
I'd rather not compromise on the
maxiter
. Is there any other way to speed it up? My goal is to make it run in less than a minute.Beta Was this translation helpful? Give feedback.
All reactions