tensorflow / tensorflow/tensorboard

"For faster results, the data will be sampled down to 10,000 points." How can I avoid this?

Open
#3,647 12 comments 0 reactions 2 assignees View on GitHub

@ericdnielsen is already working on this.

Since Aug 7, 2020.

core:frontend plugin:projector stat:awaiting tensorflower type:support
Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

Description

For faster results 92K points

I'm running tensorboard locally. I generated a lot of sentence embeddings (92K) for a list of 92K sentences. Now I want to visualize them with T-SNE. I got it working great so far on Tensorboard except for that message. If I understand correctly it's not showing all the sentences / data points, but only 10K. How can I get rid of this limit so that it shows all 92K?

Or did I misunderstand what this means?

I saw this: https://stackoverflow.com/questions/43702546/tensorboard-doesnt-show-all-data-points

But trying both suggestions:
--sames_per_plugin scalars=0
and:
--sames_per_plugin sentence_embeddings=0

And changing scalar_metadata.PLUGIN_NAME: 1000 to scalar_metadata.PLUGIN_NAME: 92324

Didn't seem to do anything. The message "For faster results, the data will be sampled down to 10,000 points." still shows up. Perhaps that message shows up regardless?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.