-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
I had to modify projector_config.pbtxt to embeddings { 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. |
Above way solved the directory issue, but 'Fetching sprite image...' is running forever without going further. |
|
".../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" |
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?
The text was updated successfully, but these errors were encountered: