You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.