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

latest TensorBoard broken in Safari #2607

Closed
goldsborough opened this issue Jun 1, 2016 · 7 comments
Closed

latest TensorBoard broken in Safari #2607

goldsborough opened this issue Jun 1, 2016 · 7 comments
Assignees
Labels
comp:tensorboard Tensorboard related issues

Comments

@goldsborough
Copy link

Since about a week now there seems something wrong with the TensorBoard demo at https://www.tensorflow.org/tensorboard/index.html#events. The graph shows nicely, but neither events nor histograms show up. This problem seems to be only with the demo -- everything shows up just fine when I run the corresponding code (mnist_tensorboard.py) locally.

@mrry mrry added the comp:tensorboard Tensorboard related issues label Jun 1, 2016
@aselle aselle added triaged and removed triaged labels Jun 1, 2016
@teamdandelion
Copy link
Contributor

It's working for me on both Chrome and Firefox. Can you provide some screenshots of how it looks on your machine, along with console output?

@teamdandelion
Copy link
Contributor

Also, please include info on what operating system + browser you are using.

@goldsborough
Copy link
Author

I'm using Safari on OS X 10.11. I'm attaching screenshots below. It looks the same on Safari on iOS. I don't have any console output to show because I'm just referencing your own tensorboard demo that you're hosting at tensorflow.org. TensorBoard is working fine with that model when I run it locally, it's just this online demo of yours that seems to be broken.
screen shot 2016-06-02 at 19 27 45
screen shot 2016-06-02 at 19 28 09

@teamdandelion
Copy link
Contributor

I see, I can repro that too now.
The issue is that Safari doesn't support ES6 fat arrow functions.
In general we don't test Safari and don't guarantee Safari will work; you should use Chrome or Firefox.
However, this is quite annoying so I will make an exception and fix it for Safari :)

@teamdandelion teamdandelion changed the title TensorBoard Demo broken latest TensorBoard broken in Safari Jun 2, 2016
@teamdandelion
Copy link
Contributor

OK, I've put in a fix upstream. Thanks for the report, otherwise the next release of TensorBoard would have been broken in Safari.

Note, it may take several days before this change is reflected on the website.

@orome
Copy link
Contributor

orome commented Jun 10, 2016

What do I need to do to install a version with this fix. Is an updated .whl available?

(I've installed mac/tensorflow-0.9.0rc0-py2-none-any.whl.)

@teamdandelion
Copy link
Contributor

We need #2786 to merge into 0.9 for 0.9 to be fixed.
Then, you can rebuild the .whl yourself using the build_pip_package script, or wait for us to publish an updated whl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:tensorboard Tensorboard related issues
Projects
None yet
Development

No branches or pull requests

6 participants