You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I use visdom, there are two things really annoying. One is the order of the plot is messed up(as #134 mentioned). Another one is old context get lost when too many WebGL contexts exist, even after sorting the plot. I save few 3d scatter plots every epoch, and I found the plots from past epoch disappeared even if I filter the plot and just allow few plot to show.
I think I can fix this part next few weeks if you think it's necessary.