Closed Fciccare closed 5 months ago
You can refer to the similar issue mentioned here https://github.com/keras-team/keras/issues/19145
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.
Issue Type
Bug
Source
source
Keras Version
3.2.1
Custom Code
No
OS Platform and Distribution
Fedora 39
Python version
3.11
GPU model and memory
No response
Current Behavior?
I'm trying to use this example, and when i add this line
model.save("model.keras")
, i get the following error:TypeError: Cannot serialize object Ellipsis of type <class 'ellipsis'>. To be serializable, a class must implement the 'get_config()' method.
Standalone code to reproduce the issue or tutorial link
Relevant log output