Jax and real-time data acquisition #30799
Unanswered
Filipe-Camarneiro
asked this question in
Q&A
Replies: 1 comment
-
I've never seen anything like this, but you could probably use one of two strategies:
Performance-wise, both options are probably comparable. If you use the first, you should ensure that your data shapes stay constant from iteration to iteration in order to avoid recompilation at each step. In the second, that condition is required by the nature of |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, first time here.
Is it possible to use Jax for optimization routines using real-time data acquisition?
I have implemented optimization routines based on propagation methods with Jax and they work properly. Now i want to substitute the propagation methods with real-time data acquisition.
The idea is that starts with a MxN matrix as a guess - this matrix is used to acquire data - and the loss function is calculated based on the data acquired. The MxN is then optimized by Jax which is then utilized again for data acquisition and so on (more or less a hardware on the loop concept).
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions