Coral TPU #7547
Replies: 2 comments 2 replies
-
It looks like the Coral TPU only interfaces with Tensorflow Lite (https://coral.ai/docs/edgetpu/inference/). It may be possible to use jax2tf to convert a JAX model to a SavedModel, which I'm guessing can be fed into TFLite. @gnecula may know if anyone's tried this before. |
Beta Was this translation helpful? Give feedback.
-
I am not aware of anybody having tried that, but it is worth a try. Essentially jax2tf adds a new box at the start of the deployment diagram to create a TF model from a JAX one. Note that you will have to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, can we deploy JAX "models" on Coral TPU like
https://coral.ai/products/accelerator/ ? Regards
Beta Was this translation helpful? Give feedback.
All reactions