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

No embedding tab in tensorboard display #1

Open
bhomass opened this issue Jul 30, 2018 · 4 comments
Open

No embedding tab in tensorboard display #1

bhomass opened this issue Jul 30, 2018 · 4 comments

Comments

@bhomass
Copy link

bhomass commented Jul 30, 2018

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
Copy link
Author

bhomass commented Jul 30, 2018

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.

@themis0888
Copy link

themis0888 commented Dec 6, 2018

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

@minhtran1309
Copy link

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"

@yangbin-xd
Copy link

".../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.

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

No branches or pull requests

4 participants