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 issue on Mac (0.8.0rc0) #1923

Closed
caisq opened this issue Apr 13, 2016 · 2 comments
Closed

TensorBoard issue on Mac (0.8.0rc0) #1923

caisq opened this issue Apr 13, 2016 · 2 comments
Assignees
Labels

Comments

@caisq
Copy link
Contributor

caisq commented Apr 13, 2016

Environment info

Operating System: Mac OS X
Using virtualenv

Installed version of CUDA and cuDNN: None
(please attach the output of ls -l /path/to/cuda/lib/libcud*):

If installed from binary pip package, provide:

  1. Which pip package you installed.
    sudo pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.8.0rc0-py2-none-any.whl
  2. The output from python -c "import tensorflow; print(tensorflow.version)".
    0.8.0rc0

If installed from sources, provide the commit hash:

Steps to reproduce

  1. git clone --recurse-submodule https://github.com/tensorflow/tensorflow.git
  2. cd tensorflow
  3. git checkout r0.8
  4. python tensorflow/examples/tutorials/mnist/mnist_with_summaries.py --summaries_dir=/tmp/summaries_1
  5. tensorboard --logdir /tmp/summaries_1
  6. Open http://127.0.0.1:6006 in Chrome

Notice that the CSS don't load properly. The graphs and charts don't show either.

What have you tried?

Logs or other output that would be helpful

(If logs are large, please upload as attachment).
If accessed from non-localhost, tensorboard prints messages like the following in console:

WARNING:tensorflow:IOError [Errno 2] No such file or directory: '/Users/cais/venv1/lib/python2.7/site-packages/tensorflow/tensorboard/rPc_sWiTcH' on path /Users/cais/venv1/lib/python2.7/site-packages/tensorflow/tensorboard/rPc_sWiTcH
10.1.2.3 - - [13/Apr/2016 12:28:20] code 404, message Not Found

@benbrittain
Copy link

I can confirm the issue. This was very confusing, I was sure I was logging incorrectly. I downgraded to 0.7 and Tensorboard functioned beautifully.

4.2.5-1-ARCH
0.8.0rc0
tried in Firefox
Installed using pip

UPDATE

I just confirmed this was fixed by #1926

@teamdandelion
Copy link
Contributor

Should be fixed by #1926 (ty for confirmation from cavedweller)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants