Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to load bookmarks Tensorboard Projector programmatically #4688

Open
limalaura opened this issue Feb 17, 2021 · 2 comments
Open

Not able to load bookmarks Tensorboard Projector programmatically #4688

limalaura opened this issue Feb 17, 2021 · 2 comments

Comments

@limalaura
Copy link

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" ``

@stephanwlee
Copy link
Contributor

Assigning it to hfiller who knows a lot better about the bookmark feature.

@hfiller if you do not have enough time, please feel free to assign it back to me.

@salvatoreloguercio
Copy link

Same issue here. Also, the bookmarks are unresponsive on the online version of the Projector at projector.tensorflow.org.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants