Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Adding ability to plot lines in TensorBoard #3121

Open
rsandler00 opened this issue Jan 9, 2020 · 0 comments
Open

[Feature Request]: Adding ability to plot lines in TensorBoard #3121

rsandler00 opened this issue Jan 9, 2020 · 0 comments

Comments

@rsandler00
Copy link

rsandler00 commented Jan 9, 2020

Hey,

Huge fan of TensorBoard! However, a huge gap of TensorBoard is its inability to plot lines. Current summary objects are scalars and 2D images. What is clearly missing is an ability to plot 1D vectors, aka lines.

This is very useful when it comes to plotting PR curves and ROC plots, and probably a ton of other case-specific needs.

This is different than using an image summary to plot a 1D vector, since it would show both x-axis and y-axis of the values, be hoverable, and be in 2D rather than a line (try plotting a PR curve as a single row image).

The only way I know to save PR curves currently is to first plot the PR curve as a Matplotlib image and then save the image, but this is clearly very inelegant and wastes a bunch of space. Furthermore, the TensorBoard PR-Curve plugin is specific only to PR Curves, and has not been updated to TF 2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants