tensorboard icon indicating copy to clipboard operation
tensorboard copied to clipboard

Not able to load bookmarks Tensorboard Projector programmatically

Open limalaura opened this issue 4 years ago • 2 comments

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

limalaura avatar Feb 17 '21 17:02 limalaura

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.

stephanwlee avatar Feb 18 '21 19:02 stephanwlee

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

salvatoreloguercio avatar Nov 21 '23 18:11 salvatoreloguercio