tensorflow / tensorflow/tensorboard
Allow use of histogram visualization with non-histogram summary data
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
I have a use case that I think is pretty common: I want to visualize the categorical probabilities output by a softmax in the form of a histogram.
I.e. I have a vector [0.0 0.5 0.3 0.2] and I want each of those values to specify the height of a bin in a histogram.
Currently there is no way to do this, but I think this is perhaps the most standard modus operandi when preparing data for plotting in a histogram.
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.
Research direction
The issue describes rendering categorical probability vectors such as [0.0, 0.5, 0.3, 0.2] as histogram bin heights, but names no files, tests, or entry points. First locate the histogram visualization input path and determine how non-histogram summary data should be represented; done when such vectors render correctly and the behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100