question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tensorboard does not work after updating Tensorflow to version 1.4

See original GitHub issue

I just updated my Tensorflow to version 1.4 with Tensorboard version 0.4.0rc2. However, the new version of Tensorboard cannot show anything for a log directory which was previously displayed without any problem before this update.

OS: Windows 10 Browser: Google Chrome Version 61.0.3163.100 (Official Build) (64-bit) `Test results with “inspection” command:

Found event files in: F:\projects\DeepLearning\TensorFlow\Models\Cifar\densenet_40_12_cifar_10_augmented F:\projects\DeepLearning\TensorFlow\Models\Cifar\densenet_40_12_cifar_10_augmented\eval

These tags are in F:\projects\DeepLearning\TensorFlow\Models\Cifar\densenet_40_12_cifar_10_augmented: audio - histograms - images images/image/0 images/image/1 images/image/2 images/image/3 images/image/4 images/image/5 scalars cross_entropy_1 global_step/sec learning_rate_1 reg_loss total_loss train_accuracy_1 tensor -

Event statistics for F:\projects\DeepLearning\TensorFlow\Models\Cifar\densenet_40_12_cifar_10_augmented: audio - graph first_step 0 last_step 0 max_step 0 min_step 0 num_steps 1 outoforder_steps [] histograms - images first_step 1 last_step 99901 max_step 99901 min_step 1 num_steps 1000 outoforder_steps [] scalars first_step 1 last_step 99901 max_step 99901 min_step 1 num_steps 1000 outoforder_steps [] sessionlog:checkpoint first_step 1 last_step 100000 max_step 100000 min_step 1 num_steps 100 outoforder_steps [] sessionlog:start outoforder_steps [] steps [1, 4001, 8001, 12001, 16001, 20001, 24001, 28001, 32001, 36001, 40001, 44001, 48001, 52001, 56001, 60001, 64001, 68001, 72001, 76001, 80001, 84001, 88001, 92001, 96001] sessionlog:stop - tensor -

These tags are in F:\projects\DeepLearning\TensorFlow\Models\Cifar\densenet_40_12_cifar_10_augmented\eval: audio - histograms - images - scalars accuracy loss tensor -

Event statistics for F:\projects\DeepLearning\TensorFlow\Models\Cifar\densenet_40_12_cifar_10_augmented\eval: audio - graph first_step 0 last_step 0 max_step 0 min_step 0 num_steps 1 outoforder_steps [] histograms - images - scalars first_step 4000 last_step 100000 max_step 100000 min_step 4000 num_steps 25 outoforder_steps [] sessionlog:checkpoint - sessionlog:start - sessionlog:stop - tensor -`

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
ybsavecommented, Nov 6, 2017

Update: I find out a solution. After I run tensorboard in the same drive, e.g., "F:", everything works fine!

This seems a bug in Windows. In previous versions, I can run Tensorboard on other drives, or even across network without any problem. Hope it will be fixed soon. Thank you.

0reactions
subhamiitkcommented, Jun 7, 2018

Yeah. I too ran it in the same directory and it worked. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tensorflow version vs tensorboard version - Stack Overflow
So, my question is could they be on different versions? (I guess they could since we have the opportunity to install tensorboard separately)....
Read more >
Install TensorFlow with pip
TensorFlow requires a recent version of pip, so upgrade your pip installation to be sure you're running the latest version. Then, install TensorFlow...
Read more >
https://awsdocs-neuron.readthedocs-hosted.com/en/l...
In the DLAMI TensorFlow-Neuron Conda environment, attempting to run ``tensorboard`` with the existing version of tensorboard will fail. Please update the ...
Read more >
Solved: Tensorboard webapp won't start - Dataiku Community
tensorflow ==1.4.0 keras==2.3.1 keras-preprocessing==1.1.0 ... Which version of tensorboard should be used ? ... You might want to update ...
Read more >
How to Upgrade or Downgrade TensorFlow | phoenixNAP KB
Older versions have vulnerability issues, so be cautious when downgrading. 1. Check the currently installed TensorFlow version: pip3 show ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found