tensorflow / tensorflow/tensorboard
Passing multiple logdirs doesn't work (and raises warning about "Conflict for name")
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
These work:
tensorboard --logdir logs/foo
tensorboard --logdir logs/bar
tensorboard --logdir a:logs/foo,b:logs/bar
But when I run this:
tensorboard --logdir logs/foo,logs/bar
I get a warning like this repeatedly printed:
WARNING:tensorflow:Conflict for name .: old path /home/colin/src/myproject/logs/foo, new path /home/colin/src/myproject/logs/bar
In tensorboard, only one run is shown.
I installed tensorflow-tensorboard using pip, and the version is 0.1.2
(I tried debugging, but the warning gets raised in a separate daemon thread, and I wasn't able to figure out how to get pdb to attach to it)
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.
Research direction
Start by reproducing the issue with tensorboard --logdir logs/foo,logs/bar using the reported tensorflow-tensorboard 0.1.2 behavior, then compare it with the working named-logdir form. Done means both log directories appear as separate runs without repeated "Conflict for name" warnings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100