riteshghorse commented on issue #30616: URL: https://github.com/apache/beam/issues/30616#issuecomment-1998661204
Actually this work as is for Keras 3. The problem is when the users try to use the deprecated `SavedModel` format with `tensorflow>=2.16` as mentioned [here](https://keras.io/getting_started/#tensorflow--keras-2-backwards-compatibility). So actual work here is raise a meaningful exception if this compatibility contract is broken. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
