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
Fix keras dtype importing and unpin for CI (tensorflow#6857)
Keras' output format was slightly changed in
keras-team/keras#19711; for non-input layers
dtypes will now be exported as a config map instead of just a string.
This fixes test breakages when using ToT keras.
Alternative to tensorflow#6855
0 commit comments