Backslash-separated logdir paths have issues on Windows
See original GitHub issueMigrated from https://github.com/tensorflow/tensorflow/issues/9854.
@DarrellThomas says:
[After running
tensorboard --logdir='D:\logs_dt'
] I’m not seeing anything on the tensorboard at all. I can see where the log director(ies) is/are created by the tutorial script, and the subdirectories /test and /train are there with the event data present. I point the tensorboard to the populated log directory with the following command, but it cannot see the event files. Nothing is present in tensorboard, and I’m redirected back to the tutorials.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Why Does Windows Really Use Backslash as Path Separator?
Like MS-DOS file names were 8 characters with a 3 character extension however the extension was separated not with a period but a...
Read more >Path Module | Working with File Paths in Node.js - InformIT
Each operating system uses a different file path separator for identifying and/or creating file paths. For example, Windows uses the backslash; ...
Read more >Issues replacing backslashes in paths - Stack Overflow
I am trying to replace backslashes in Windows paths ...
Read more >Unable to start kafka with zookeeper (kafka.common ...
I solved this issue on my machine (Windows 10) by deleting the meta.properties file found in the log directory. The issue itself occured ......
Read more >Why does Windows use backslashes for paths and Unix ...
So you can often, but not always get away with using / as a directory ... or slash to separate directory and file...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here’s the workaround: (from https://github.com/tensorflow/tensorflow/issues/7856)
Duping to #52 since it’s what all the other reports have been duped to, even though this issue was technically filed first.