-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Keras graph visualization fails for models using mixed_float16 policy #5548
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
Labels
Comments
Thanks for filing the bug. Have verified that the bug is reproducible. |
japie1235813
added a commit
that referenced
this issue
Feb 7, 2022
`layer_config` could be a keras Policy object. Gracefully fall with checking the type. #5548
Can you please confirm if we can close this issue since PR is merged. Thanks! |
@pindinagesh I haven't tested it, but I guess the PR will fix it. Thanks! |
yatbear
pushed a commit
to yatbear/tensorboard
that referenced
this issue
Mar 27, 2023
`layer_config` could be a keras Policy object. Gracefully fall with checking the type. tensorflow#5548
dna2github
pushed a commit
to dna2fork/tensorboard
that referenced
this issue
May 1, 2023
`layer_config` could be a keras Policy object. Gracefully fall with checking the type. tensorflow#5548
arcra
added a commit
to arcra/tensorboard
that referenced
this issue
May 21, 2024
arcra
added a commit
to arcra/tensorboard
that referenced
this issue
May 21, 2024
arcra
added a commit
that referenced
this issue
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
Diagnostics
Diagnostics output
Issue description
tensorboard --logdir /tmp/bug
Log:
Debugging:
The text was updated successfully, but these errors were encountered: