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

Tensorboard not having scalar tab #64

Open
timsu27 opened this issue Jun 9, 2020 · 3 comments
Open

Tensorboard not having scalar tab #64

timsu27 opened this issue Jun 9, 2020 · 3 comments

Comments

@timsu27
Copy link

timsu27 commented Jun 9, 2020

hi,

I successfully installed & launched tensorboard but encountered a problem, shown as below.

this is the screen shot shown in jupyter notebook:
aws-dev-ai adgeek cc_8888_tensorboard_1_

this is the screen shot using the native tensorboard:
aws-dev-ai adgeek cc_6006_

As you can see there is missing a scalar tab, then I checked jupyter notebook server message:

Starting AddRunsFromDirectory: /home/user/mylogdir
GetLogdirSubdirectories: Starting to list directories via walking.
Adding run from directory /home/user/mylogdir/logs/20200609-104720/train
Adding run from directory /home/user/mylogdir/logs/20200609-104720/validation
Done with AddRunsFromDirectory: /home/user/mylogdir
Beginning EventMultiplexer.Reload()
Reloading runs serially (one after another) on the main thread.
No path found after /home/user/mylogdir/logs/20200609-104720/train/events.out.tfevents.1591670841.ip-XX.XX.XX.XX.2219.146.v2
No path found after /home/user/mylogdir/logs/20200609-104720/validation/events.out.tfevents.1591670846.ip-XX.XX.XX.XX.2219.12667.v2
Finished with EventMultiplexer.Reload()
TensorBoard reload process beginning
Starting AddRunsFromDirectory: /home/user/mylogdir
GetLogdirSubdirectories: Starting to list directories via walking.
Adding run from directory/home/user/mylogdir/logs/20200609-104720/train
Adding run from directory /home/user/mylogdir/logs/20200609-104720/validation
Done with AddRunsFromDirectory: /home/user/mylogdir
TensorBoard reload process: Reload the whole Multiplexer
Beginning EventMultiplexer.Reload()
Reloading runs serially (one after another) on the main thread.
No path found after /home/user/mylogdir/logs/20200609-104720/train/events.out.tfevents.1591670841.ip-XX.XX.XX.XX-132.2219.146.v2
No path found after /home/user/mylogdir/logs/20200609-104720/validation/events.out.tfevents.1591670846.ip-XX.XX.XX.XX.-132.2219.12667.v2
Finished with EventMultiplexer.Reload()
TensorBoard done reloading. Load took 0.002 secs

I think its the tfevent not loading correctly for the filename having a .ipXXXX comes behind.

Related information is as follows:

tensorflow                        2.2.0               
tensorflow-estimator              2.2.0               
tensorflow-ranking                0.1.3 
jupyter                           1.0.0               
jupyter-client                    5.3.4               
jupyter-console                   6.0.0               
jupyter-contrib-core              0.3.3               
jupyter-contrib-nbextensions      0.5.1               
jupyter-core                      4.6.1               
jupyter-highlight-selected-word   0.2.0               
jupyter-latex-envs                1.4.6               
jupyter-nbextensions-configurator 0.4.1               
jupyter-tensorboard               0.2.0               
jupyterlab                        1.0.0               
jupyterlab-git                    0.9.0               
jupyterlab-gitlab                 0.2.0               
jupyterlab-server                 1.0.0               
jupyterthemes                     0.20.0    
jupyter-tensorboard               0.2.0               
tensorboard                       2.2.1               
tensorboard-plugin-wit            1.6.0.post3 
JupyterLab v1.0.0
Known labextensions:
   app dir: /home/tim_su/.local/share/jupyter/lab
        @jupyter-widgets/jupyterlab-manager v1.1.0  enabled  OK
        @jupyterlab/celltags v0.2.0  enabled  OK
        @jupyterlab/git v0.9.0  enabled  OK
        @jupyterlab/shortcutui v0.5.0-beta.2  enabled  OK
        @jupyterlab/toc v3.0.0  enabled   X
        databrickslabs-jupyterlab-statusbar v1.0.0  enabled  OK
        nbdime-jupyterlab v2.0.0  enabled   X
config dir: /home/tim_su/.jupyter
    jupyter_nbextensions_configurator  enabled 
    - Validating...
      jupyter_nbextensions_configurator 0.4.1 OK
    jupyterlab_git  enabled 
    - Validating...
      jupyterlab_git  OK
    jupyter_tensorboard  enabled 
    - Validating...
      jupyter_tensorboard 0.2.0 OK
config dir: /usr/local/etc/jupyter
    jupyterlab  enabled 
    - Validating...
      jupyterlab 1.0.0 OK
    nbdime  enabled 
    - Validating...
      nbdime 1.1.0 OK
    jupyterlab_git  enabled 
    - Validating...
      jupyterlab_git  OK
@NanoCode012
Copy link

Hi @TimJLS , did you find a solution to this? Actually, you can open Scalar tab by pressing on "Inactive>Scalar", but I am curious why it happens.

@ptrnn
Copy link

ptrnn commented Jan 3, 2021

Same here, the page doesn't show data but "No dashboards are active for the current data set" unless I manully switch to "Inactive -> Scalars"

@cliffwoolley
Copy link

The Scalar tab should work with TB >= 2.2 with #63 ; could you give that a try, please?

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

4 participants