tensorboard
tensorboard copied to clipboard
single scalar values between two NaN values are not displayed on graph
Hi, If you happen to have NaN values in your scalar graph, they are nicely shown as little triangles with the value of the previous legal point on the graph. But if you have single legal points between NaN values, those legal points are not displayed at all on the graph. See below an example of such a graph
Thanks!

Thank you for reporting. This problem is caused by how the lines are implemented as Plottable line plots without any symbol markers. The NaN triangles are implemented as Plottable symbol markers with no lines.
We can potentially fix this by adding tiny markers to the line plots so that they show up as very small dots.
I would say this is a better solution to what we have today, where no value can be seen
Any progress on this?