-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TFX 1.16.0 Issue #7733
Comments
In TFX 1.15.1, I could use
and the model would work as expected in tensorflow serving. Given that keras3 has deprecated the The use of
does not work as expected in tensorflow serving. What is the right way to store the model such that it can served? Secondly, does the solution for the above also solve it for the |
Hi Team, here, in 1.16.0 and in the PipelineBuilder class of pipeline_builder.py module, |
Hello, can you please advise about this, as soon I'll have to use the path foundation model released by Google, and that model uses the latest version of XLA/Tensorflow, and this SavedModel thing would be a blocker for me. Thank you! |
Hi @pritamdodeja, sorry for the late response. TFX and underlying libraries are not currently supporting Keras 3, though we support TF 1.16. In TF 1.16, model.save() api is deprecated, and you should use TF saved model should be compatible with TF serving, as both follows TF saved model format. You may be able to check some codes without TFX pipeline or components, and see if it's model issue or TFX component issue. Thanks! |
Hello @nikelite - are there any other blockers other than keras3 dropping support for |
Please comment or link any issues you find with TFX 1.16.0.
The text was updated successfully, but these errors were encountered: