tensorflow: [Windows] TensorBoard doesn't work
I installed the tensorflow for windows with
pip install --upgrade --ignore-installed https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl
(I added the ‘–ignore-installed’, for the official one didn’t work on my pc)
Then I tried some code and ran tensorboard, however the browser shows nothing When running with ‘–debug’ there appears some 404. I also tried tensorboard on mac os, it worked well, so the problem is not caused by the .tfevent file I’ve read through a bunch of related issues, and found that maybe the pip install didn’t install tensorflow completely. And I searched the tensorflow file and did not found some certain files appears in mac os tensorflow, such as ‘paper-toolkit’
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 4
- Comments: 15 (9 by maintainers)
Here’s a link to the explanation.
Yes, we have been publishing packages for TensorFlow (including TensorBoard) since the final release of version 0.12. AFAIK, the issue with Windows-style paths is still an open issue (see #7856) but there is a workaround that involves specifying a run name.
@drasmuss We haven’t made a new release since the #5844 was merged. You can either build it yourself, download a nightly build, or wait a few more days until we have a new release candidate.