tensorflow / tensorflow/tensorboard

Not able to load bookmarks Tensorboard Projector programmatically

Open
#4,688 2 comments 0 reactions 1 assignee View on GitHub

@hfiller is already working on this.

Since Feb 18, 2021.

core:frontend plugin:projector stat:awaiting tensorflower type:bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.