Autoencoder-TensorBoard-t-SNE icon indicating copy to clipboard operation
Autoencoder-TensorBoard-t-SNE copied to clipboard

No embedding tab in tensorboard display

Open bhomass opened this issue 6 years ago • 4 comments

Hi I followed the instructions in README. Tensorboard comes up on the browser. When it tries to pull up the projector tab, it hits and error

"/home/me/Autoencoder-TensorBoard-t-SNE/logs/projector/./logs/projector/metadata.tsv" not found, or is not a file

Apparently, it's trying to navigate into logs/projector twice. Any one seen this before?

bhomass avatar Jul 30 '18 02:07 bhomass

I had to modify projector_config.pbtxt to

embeddings { tensor_name: "embedding:0" metadata_path: "./metadata.tsv" sprite { image_path: "../../mnist_data/mnist_10k_sprite.png" single_image_dim: 28 single_image_dim: 28 } }

Don't know how this should work, but tensorboard when run from the project root is using the location of this file (in logs/projector) as the root for navigation.

bhomass avatar Jul 30 '18 04:07 bhomass

Above way solved the directory issue, but 'Fetching sprite image...' is running forever without going further.

themis0888 avatar Dec 06 '18 18:12 themis0888

Above way solved the directory issue, but 'Fetching sprite image...' is running forever without going further. Try this line it did solve my problem with Fetching image_path: "../../mnist_data/mnist_10k_sprite.png"

minhtran1309 avatar Oct 21 '19 01:10 minhtran1309

".../logs/projector/./logs/projector/metadata.tsv" not found, or is not a file. I have the same problem and I cannot see the peojector in tensorboard. I tried this line but I failed: image_path: "../../mnist_data/mnist_10k_sprite.png" I do not know what is the problem and I wonder is there any other ways to solve my problem.

yangbin-xd avatar Apr 24 '22 02:04 yangbin-xd