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

[BUG] Tensorboard does not show up after clicking send to tensorboard button #174

Open
cvsekhar opened this issue Jun 29, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@cvsekhar
Copy link

Platform & setup
MacOS: 10.15.5
docker for desktop (mac): v19.03.8

Describe the bug
Tensorboard doesn't get displayed after clicking the send to tensorboard button after running an experiment.

To Reproduce
Steps to reproduce the behavior:

  1. git clone CIFAR tutorial
  2. enable the tensorboard integration by foundations.set_tensorboard_logdir('train_logs')
  3. foundations submit scheduler . driver.py
  4. after the job is completed click on send to tensorboard a blank page is displayed

Expected behavior
tensorboard page should be opened

Screenshots

Screen Shot 2020-06-29 at 3 29 38 PM

Screen Shot 2020-06-29 at 3 29 48 PM

Screen Shot 2020-06-29 at 3 32 48 PM

Additional context / Stacktrace
tensorboard rest API port 5000 might not be exposed as both this and scheduler are trying to listen on the same port.
Screen Shot 2020-06-29 at 3 37 37 PM

Screen Shot 2020-06-29 at 3 40 22 PM

@cvsekhar cvsekhar added the bug Something isn't working label Jun 29, 2020
@phalix
Copy link

phalix commented Dec 18, 2020

that is the same as #179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants