tensorflow / tensorflow/tensorboard
No check for logdir path
Open
@GalOshri is already working on this.
Since Mar 20, 2020.
core:backend
stat:awaiting tensorflower
type:bug
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
Version:
TensorBoard 2.1.0
Issue:
TensorBoard doesn't check if logdir exists or not.
Not a huge issue, but a bit weird that there is no error message if I provide a non-existing directory. If one mistakenly provides a faulty path, they will probably only notice it when opening the link in the browser, after which they have to close the tab, go back, kill the process and restart it. It would be nice to have a warning at least.
Suggestion
Start Tensorboard as usual, but warn the user if logdir does not exist (yet).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.