tensorflow / tensorflow/tensorboard
"For faster results, the data will be sampled down to 10,000 points." How can I avoid this?
@ericdnielsen is already working on this.
Since Aug 7, 2020.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.