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

do not pull in tensorboard's keras callback #336

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

haohuanw
Copy link

i am moving some of my models to keras3 and using jax backend for training. i am on a slightly older tensorboard (2.12) so when it pulls in keras callback through from tensorboard.plugins.hparams import api it tries to pull in keras2 since api also import keras callback in tensorboard repo.

this pr basically adjusted import to avoid accidentally pulling in keras in clu.

@haohuanw
Copy link
Author

@andsteing would you be able to help me with reviewing the change? thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant