Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix keras dtype importing and unpin for CI #6857

Merged
merged 2 commits into from
May 21, 2024
Merged

Conversation

mloc
Copy link
Contributor

@mloc mloc commented May 21, 2024

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 #6855

tensorboard/plugins/graph/keras_util.py Outdated Show resolved Hide resolved
mloc added 2 commits May 21, 2024 16:28
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.
@arcra arcra merged commit cbeecb7 into tensorflow:master May 21, 2024
13 checks passed
arcra added a commit that referenced this pull request May 21, 2024
…from "mixed precision" policy types. (#6859)

Following-up on PR #6857, which seems to have introduced a regression
for issue #5548.

This change just gracefully degrades the functionality to avoid crashing
on an error (as it was before the recent change in #6857), but it might
not be a proper fix for the scenario described in that issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants