Keras 3.0 to Browser
#19851
-
Is it possible, in principle, to convert Keras 3.0 models to a format that runs in a web browser (like onnx) ? I did find some potential packages but I wonder if that's what you'd recommend. |
Beta Was this translation helpful? Give feedback.
Answered by
ibinti
Jun 13, 2024
Replies: 1 comment 1 reply
-
I did look the linked package last time when I was trying to find a way, but it seemed outdated and unmaintained. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ghsanti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did look the linked package last time when I was trying to find a way, but it seemed outdated and unmaintained.
Then I realized that I could use tf2onnx. It works for me. I do train my model with jax backend, and switch to tensorflow backend when converting to onnx.