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.

Ignore outliers setting can hide entire series

See original GitHub issue

y axis is not automatically adjusted (and cannot be manually adjusted either) to fit multiple runs data series on one plot.

Example: [files to reproduce] There are 2 runs (train and validation) and both contain the same variable tower_0/costs/error.

Till step ~2.5k, when both runs are selected, you can only see train run data. It seems to me this is a bug, I would expect the y axis to be automatically adjusted to see both runs data series. The tooltip also doesn’t show validation run data when I inspect the graph. However the validation run data is there and shows up once I deselect the ‘train’ run. (Pay attention to the y axis values between plots.) Only later once the validation error drops below initial train error you can see both runs at the same time, but you still cannot zoom out to see both data series in the entire range of x axis. That is certainly a missing feature.

Information which may be relevant: -run train starts logging first in terms of steps and time -run validation starts running and logging at arbitrary step, i.e. step count doesn’t start at 0 I think this may be relevant to how tensorboard decides what axis limits to plot.

All in all it’s an annoying bug, because I thought that the validation summaries are just not saved since I could not see them, and it took a while to realize they actually are saved, just not plotted.

I’m using Tensorflow 1.2.0-rc0

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
decentralioncommented, Jul 6, 2017

Glad you liked it 😃 Since we can’t reproduce this, and it looks like it may be related to old versions of TB, I’m going to close this for now. Please feel free to re-open if you find a repro and we’ll dig into it.

0reactions
talesacommented, Jul 6, 2017

I have not upgraded TF on purpose at any point when that was happening and I reckon upgrading is not happening automatically/spontaneously either. And I am pretty sure I’ve tested it for longer than an hour, so I’m slightly doubtful it was a caching issue. Also, lol’ed at shouldiblamecaching.com

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ignore Outliers in ggplot2 Boxplot in R - GeeksforGeeks
In this article, we will understand how we can ignore or remove outliers in ggplot2 Boxplot in R programming language.
Read more >
boxplot insists on removing outliers, is there an option to ...
I want to completely disable outlier removal. My data is not normally distributed, so I need all the points to affect the mean....
Read more >
Ignore outliers in ggplot2 boxplot - Stack Overflow
Use geom_boxplot(outlier.shape = NA) to not display the outliers and scale_y_continuous(limits = c(lower, upper)) to change the axis limits.
Read more >
Removing outliers - quick & dirty - RPubs
In this tutorial you will learn to quickly identify & remove outliers from your data set. 2 Preparing the data. # First of...
Read more >
How to Show and Hide Outliers on a Scatter Plot in Tableau
Show all values; Exclude outliers; Show only outliers. First step is to set up a parameter with these three options using the settings...
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