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

Support TensorFlow 2.5 #344

Closed
jeisinge opened this issue Jul 22, 2021 · 6 comments
Closed

Support TensorFlow 2.5 #344

jeisinge opened this issue Jul 22, 2021 · 6 comments

Comments

@jeisinge
Copy link

I attempted to run TensorFlow Profiler on TensorFlow 2.5 by running the Colab Notebook from https://www.tensorflow.org/tensorboard/tensorboard_profiling_keras . The result is that Tensorboard loads, but the Profiler section just spins:
image

Does TensorBoard Profiler support TensorFlow 2.5+? If it doesn't, should the documentation be updated?

@8bitmp3
Copy link

8bitmp3 commented Jul 22, 2021

Hi, for now try the following by adding an extra flag:

%tensorboard --logdir=logs --load_fast=false

instead of:

%tensorboard --logdir=logs

Look out for the PROFILE tab next to TIME SERIES in the top bar if you can't find it in the dropdown menu.

tensorflow/tensorboard#5088
#298
#307

cc @Terranlee @jimicy @yisitu

@jeisinge
Copy link
Author

Works for me. Thank you!

@8bitmp3
Copy link

8bitmp3 commented Aug 2, 2021

Hi @jeisinge the latest Profiler plugin v2.5 (pip install tensorboard_plugin_profile (or tensorboard_plugin_profile==2.5.0)) should have the fix. You can launch TensorBoard with %tensorboard --logdir=logs and select Profiler. Thank you @yisitu.

@yisitu
Copy link
Member

yisitu commented Aug 2, 2021

You are welcome!

@jeisinge
Copy link
Author

jeisinge commented Aug 3, 2021

Thank you --- I am testing now.

@jeisinge
Copy link
Author

jeisinge commented Aug 3, 2021

It appears to be working. Thank you!!!

@jeisinge jeisinge closed this as completed Aug 3, 2021
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

No branches or pull requests

3 participants