question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How does projector plugin work

See original GitHub issue

If you upload meta.tsv and vec.tsv , You can visualize the embedding at online https://projector.tensorflow.org/

But if I use tensorboard with

projector_config.pbtxt as the following

embeddings {
    tensor_name: "embedding_name"
    metadata_path: "./assets/meta.tsv"
    tensor_path: "./assets/vecs.tsv"
}

it throws an error as No checkpoint has been saved yet. Please refresh the page periodically

Is it neccessary to have .ckpt file since we are able to visualize it using the normal two tensor files which are the meta.tsv data file and vec.tsv file which I uploaded at https://projector.tensorflow.org/ using load button step 1 and step 2

So I wanted to know why doesn’t it work in tensorboard --logdir . / localhost

cc @stephanwlee

Note : I am gsoc student for mlpack and I would be building custom backend for mlpack to log metrics and sclaers and other information so that tensorbaord could be used as a frontend , We would be supporting all the protobuf formats ,While working I stumble upon the projector plugin and couldn’t move ahead. Any help would be appreciated, I did query first on gitter and then was redirected to raise a issue to know in depth about the internals

Thanks

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:10

github_iconTop GitHub Comments

1reaction
TKassiscommented, Oct 8, 2020

Thanks! Still not working, unfortunately. I gave up. I’m justing using the one hosted by Tensorflow and uploading my TSV files.

0reactions
jeffin143commented, Oct 4, 2020

@TKassis , for me the issue was I gave an absolute path instead of relative Also My config is as following

embeddings {
tensor_name: "embedding_name"
tensor_path: "logs/imdb-example/vecs.tsv"
metadata_path: "logs/imdb-example/metadata.tsv"
}

Only the above things are required

As far as I know --> Model checkpoint path is not needed

Also the path should be relative to log dir, What I suggest is keep projector_config.pbtxt in log dir and the give relative path ../../imdb-example/vecs.tsv

Read more comments on GitHub >

github_iconTop Results From Across the Web

Oleg Chirukhin – Projector: What It Is and How It Works (EN)
Projector is a self-hosted technology that runs IntelliJ-based IDEs and Swing-based apps on the server, allowing you access to them from ...
Read more >
Image Projector – a lightbox - Plugins - WordPress.org
Image Projector – a unique WordPress image viewer that provides a responsive full-window view and slider for images in posts or pages, including...
Read more >
Projector - IntelliJ IDEs Plugin - JetBrains Marketplace
New status bar widget "Projector" will appear in the right-hand side of the status bar. Use it to manage the remote access.
Read more >
AC/DC Power (plug-in) Projectors - Best Buy
Shop for AC/DC Power (plug-in) Projectors at Best Buy. Find low everyday prices and buy online for delivery or in-store pick-up.
Read more >
Projector Plugin Calibration - Development - Image.sc Forum
Hi all, i am working on device adaptor that can image and FRAP sequentially. i have noticed there is a projector plugin that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found