Replies: 2 comments 2 replies
-
Hi @PabloAMC Have you come across this library https://github.com/deepmind/tf2jax ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
If you have already replicated the model in JAX, what kind of conversion of the TF model to JAX are you looking for? tf2jax and jax2tf.call_tf would not help with loading the weights; they would allow you to run the TF model in a JAX context. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Is there a way to convert a loaded tensorflow model to jax? I have replicated a paper architecture, originally in Tensorflow, in Jax, but would love to be able to load the .pb file for the weights. Is there a way to do so?
Thanks a lot in advance
Beta Was this translation helpful? Give feedback.
All reactions