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

Migrate graph plugin to Keras 3 and remove dependencies on Keras 2 and tf-keras-nightly #6823

Merged
merged 4 commits into from
Apr 8, 2024

Conversation

yatbear
Copy link
Member

@yatbear yatbear commented Apr 4, 2024

This should fix the issue described in #6686. Compared the graph content with the one parsed from Keras 3, there are some changes in the structure and naming, this PR modifies the graph parsing accordingly.

Googlers, see b/325451531 and b/312739672.

Tested with tensorboard/plugins/graph:graphs_demo:

image

#keras3 #oncall

@yatbear yatbear marked this pull request as draft April 4, 2024 21:40
@yatbear yatbear requested a review from bmd3k April 5, 2024 23:19
@yatbear yatbear marked this pull request as ready for review April 5, 2024 23:19
@yatbear yatbear merged commit 7d8f682 into tensorflow:master Apr 8, 2024
13 checks passed
@yatbear yatbear deleted the keras3 branch April 8, 2024 16:53
AnuarTB pushed a commit to AnuarTB/tensorboard that referenced this pull request May 3, 2024
…d tf-keras-nightly (tensorflow#6823)

This should fix the issue described in tensorflow#6686. Compared the graph content with the one parsed from Keras 3, there are some changes in the structure and naming, this PR modifies the graph parsing accordingly.

Googlers, see b/325451531 and b/312739672.

Tested with `tensorboard/plugins/graph:graphs_demo`:

![image](https://github.com/tensorflow/tensorboard/assets/15273931/2e13205a-5ea2-437c-9fa7-3198f0eed1c5)

#keras3 #oncall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants