stared / livelossplot

Live training loss plot in Jupyter Notebook for Keras, PyTorch and others
https://p.migdal.pl/livelossplot
MIT License
1.29k stars 142 forks source link

Bokeh continuous update - wip #62

Closed rafajak closed 5 years ago

rafajak commented 5 years ago

This PR tries to address the main comment in #57 :

  • [ ] for drawing diagrams, don't clear_output(wait=True); it is possible to change a Bokeh blot in-place

So far, I managed to separate the figure-creating from plot-drawing, but at a cost of:

This is very much work in progress and is not ready to be merged. Any help, suggestions or feedback on this would be much appreciated.

Raf

stared commented 5 years ago

@rafajak Thanks you for this PR

It refers to #19. I close PR #57 as it is about the same commits.

I would be grateful for a few things: