tensorflow / tensorflow/tensorboard
Projector demo not displaying when viewed as 'run'
Open
@hfiller is already working on this.
Since May 13, 2020.
plugin:projector
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
To recreate this, run the projector demo using a log dir /tmp/runs/projector-demo-1.
Run TensorBoard using:
$ tensorboard --logdir /tmp/runs
The projector plugin doesn't detect the projector info in the projector-demo-1 directory.
TensorBoard does detect the projector info when run using:
$ tensorboard --logdir /tmp/runs/projector-demo-1
The plugins tab supports a run selector component (typically located in the upper left) but this does not appear with this demo.
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.