Closed
Description
When tf 2.14 releases, we will face a bug with dictionary output from a functional model.
I am not sure this will show up on a colab right away, as it actually depends on the specific version of typing-extensions
(this is a pretty obtuse bug). But we will see this in a clean pip environment which picks up the latest typing-extensions
.
After the 2.14 release:
- Clean install keras-core and tensorflow in a pip environment.
- Attempt to write a functional model with dictionary output.
- Any compiled functions (e.g. predict, fit), will fail.