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.

Load data button on projector

See original GitHub issue

@qwertymj in https://github.com/tensorflow/tensorflow/issues/9621 asked for the load data button on projector:

At http://projector.tensorflow.org/ we can choose a data file from our own computer by the Load data button(see the red rectangle below) and visualize the high-dimensional data image image

But when I tried to using Tensorboard embedding on my own computer (follow the instruction at https://www.tensorflow.org/get_started/embedding_viz and start a server on localhost:6006 by command tensorboard --logdir=LOG_DIR ) I just find the Load data button doesn’t exist (see below)

image

So I want to ask when I run Tensorboard on localhost, how can I enable the load data button like http://projector.tensorflow.org/ does, thus I can visualize the high-dimensional data by uploading my file rather than writing code ?

thanks a lot 😃

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dsmilkovcommented, Jul 19, 2019

See this pull request for the relevant files: https://github.com/tensorflow/tensorboard/pull/1784 for how to launch it in standalone mode.

The actual setting of serving-mode is done in https://github.com/tensorflow/tensorboard/blob/master/tensorboard/plugins/projector/vz_projector/standalone.html

1reaction
dsmilkovcommented, Jun 17, 2017

We disabled the load data button in TensorBoard since in TensorBoard the use case is for the embeddings to come from the TF checkpoint file.

If you have your embeddings in a tsv file, then projector.tensorflow.org should work. Note that projector.tensorflow.org is a static js/html page so your data doesn’t leave your computer.

Hope this helps!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To: Use the Projector! sample extension - Esri Support
Procedure · Load the Projector! · Make the view active and select Properties from the View menu. · Set the Map units for...
Read more >
How To Connect A Laptop To A Projector - YouTube
2022 Holiday Gift Guide for Podcasting & Live Streaming - https://kettnercreative.com/buyers-guide/2022/In this video, we show you exactly ...
Read more >
How to Connect a Laptop to a Projector - Meeting Tomorrow
Steps for Connecting a Laptop to a Projector · 1. Turn ON your laptop. · 2. Connect the video cable (usually VGA ·...
Read more >
Data Projector - pro.sony
NETWORK connector of the projector. 2 Turn on the projector. 3 Press the AIR SHOT key on the remote commander.
Read more >
DATA PROJECTOR - Support - CASIO
Use a LAN to copy (upload) files from a computer or smart device to projector internal memory. The procedures in this manual are...
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