dessa-oss / atlas

An Open Source, Self-Hosted Platform For Applied Deep Learning Development
http://www.docs.atlas.dessa.com
Apache License 2.0
290 stars 44 forks source link

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

Open cvsekhar opened 4 years ago

cvsekhar commented 4 years ago

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
phalix commented 3 years ago

that is the same as #179