You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully installed & launched tensorboard but encountered a problem, shown as below.
this is the screen shot shown in jupyter notebook:
this is the screen shot using the native tensorboard:
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.
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
The text was updated successfully, but these errors were encountered:
hi,
I successfully installed & launched tensorboard but encountered a problem, shown as below.
this is the screen shot shown in jupyter notebook:
this is the screen shot using the native tensorboard:
As you can see there is missing a scalar tab, then I checked jupyter notebook server message:
I think its the tfevent not loading correctly for the filename having a .ipXXXX comes behind.
Related information is as follows:
The text was updated successfully, but these errors were encountered: