Description
It would be nice if there would be some simple way to add some sort of reference line to the scalar plots. E.g. for some particular tasks, it might be useful to consider the loss when predicting the mean signal or to have a reference to the threshold that corresponds to random predictions, human performance, state-of-the-art performance. Most of the references I can think of, could be represented by a single horizontal line, but maybe there could also be interest for more complex references.
For now, I just logged a fixed value using the tensorflow summaries, but it does look quite clumsy and it seems unnecessary to write this single value repeatedly in a long sequence just for the sake of having it in the plots. It would be nice to have some file in the log-directory that specifies references in some way and that can be added to specific plots (e.g. using a horizontal dotted line across the entire plot).
I might have overlooked something, but there seems to be no elegant way to incorporate this kind of references, and it would definitely be nice to have.