Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Circumvent model (de)serialization bug in Keras
Newer versions of Keras suffer from an inability to serialize a Sequential model with an InputLayer properly (see keras-team/keras#11683), which makes Keras raise a ValueError when loading the model (see keras-team/keras#10417). As a workaround, remove the (auxiliary) InputLayer intil the issue has been fixed.
- Loading branch information