POC combining Keras 3 and Spox for ONNX compatibility #20589
johacks
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently found Spox, a repository for easy building of ONNX graphs, and it reminded me quite a bit of Keras in its definition of models.
I was curious about how well it would integrate with Keras, so I made a proof of concept repo wrapping over Keras to support Spox. I was very happy with the result so I wanted to show it. I think it could also work well as a direct modification of Keras. The repo demonstrates main modifications that would be needed:
I think that the main advantage is that it is much more explicit with operations used, and avoids typical headaches of automatic ONNX exports.
Beta Was this translation helpful? Give feedback.
All reactions