-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
Loading model fails: can only concatenate tuple #19776
Comments
I have model which works on previous version of keras but due to gpu access constraints, I need to stick with keras 3x and tf 2.16
|
…keras-team#19785) * Fix `output_shape` deserialization in Lambda Layer (keras-team#19776) * Fix `output_shape` deserialization in Lambda Layer (keras-team#19776)
Hi @sebplorenz, thanks for reporting this. This issue doesn't seem to generate any warning in latest keras version. Attaching gist |
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you. |
This issue was closed because it has been inactive for 28 days. Please reopen if you'd like to work on this further. |
Hi,
I'm trying to save and load the model from this example: https://keras.io/examples/rl/deep_q_network_breakout/
Saving the model works. When I load the model I'm getting the following error:
I've created a small script to reproduce:
The text was updated successfully, but these errors were encountered: