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

Fixed the Keyerror: 'lr' issue #66

Closed mjkvaak closed 5 years ago

mjkvaak commented 5 years ago

Fixed the issue reported in: https://github.com/stared/livelossplot/issues/56

stared commented 5 years ago

This solution won't work, as it forbids to use lr as a key. I mean, it is a hack that works for your use case, but in general, may be problematic.

It seems that extrema finding should be rewritten anyway.