Tensorboard does not work after updating Tensorflow to version 1.4
See original GitHub issueI 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:
- Created 6 years ago
- Comments:9 (2 by maintainers)
Top GitHub Comments
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.
Yeah. I too ran it in the same directory and it worked. Thanks!