pytorch/tnt

why first point in a different trace in module VisdomPlotLogger? Can we fix it?

pauking opened this issue · 2 comments

this is comment in origin code in module VisdomPlotLogger

For some reason, the first point is a different trace. So for now

we can just add the point again, this time on the correct curve.

Bump!

extra_trace_value

Found workaround: specify the legend in opts when creating VisdomPlotLogger object.

plot_logger = VisdomPlotLogger("line", opts={'legend': ['x', 'y']})