tensorflow / tensorflow/tensorboard
Not able to load bookmarks Tensorboard Projector programmatically
@hfiller is already working on this.
Since Feb 18, 2021.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
I'm running Tensorboard (tried v 2.3.0 and 2.4.1) Embedding Projector, with no issues for setting up the sprite image, the metadata and the tensors. However, the bookmarks are not loading programmatically to the page. The data seems fine, since I'm able to load the file manually on the page (either as .txt or .json).
Has anyone experienced the same issue? Any suggestions?
Thanks very much!
`` from tensorboard.plugins import projector
config = projector.ProjectorConfig()
embedding = config.embeddings.add()
embedding.tensor_path = "feature_vecs.tsv"
embedding.sprite.image_path = "BHI.png"
embedding.metadata_path = 'label_preloaded.tsv'
embedding.bookmarks_path = "bookmarks.txt" ``
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.