Closed hampusrosvall closed 4 years ago
@hampusrosvall,
Profile Option
is present in the Dropdown, where you can see, Inactive, as shown in the screenshot below. Thanks!
Like @rmothukuru indicated, it looks like you can manually find the plugin in the inactive plugin listing. Alternatively, you can click the reload button here:
Thanks for the help! Reloading the page as suggested by @stephanwlee solved this issue.
Closing the issue as it has been resolved. Thanks!
@rmothukuru, I want to get shown the profile tab in tensorboard, but there is no such option in INACTIVE dropdown. @stephanwlee, nor the refresh button did anything. I am using tensorflow 2.2.0 with keras 2.4.3, tensorboard 2.6.0, tensorboard-plugin-profile 2.5.0. Any help on what I have to do to get shown the profile option in my tensorboard session?
Yes, I can't find the profile option in the dropdown menu either. I'm using tensorflow 2.2.1. On the tensorflow profiler tutorial page (https://www.tensorflow.org/tensorboard/tensorboard_profiling_keras), I can see that it requires the latest version of tensorflow. However, using the latest version is not possible for my use case. Is there a way around this?
I'm connected via ssh to a remote instance on VSCODE. Therefore running tensorboard on a remote instance and accessing via vscode.
Environment information (required)
Issue description
I am using the official TensorBoard profile demo located at: https://www.tensorflow.org/tensorboard/tensorboard_profiling_keras and running the example in the provided colab notebook. However, after running the demo the profiler tab in TensorBoard doesn't seem to display.
Any thoughts what could be the issue?