stared / livelossplot

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

Add sliding epoch option to matplotlib plot #125

Closed Bartolo1024 closed 3 years ago

Bartolo1024 commented 4 years ago

@stared I would like to refresh one thing from our discussion. The sliding option should be available as global in the main logger (not matplotlib only as there is)? I remember that you told me about sth like this, but it would be strange to me :|

stared commented 4 years ago

Solving #124.

More or less in this part of code, related to the MainLogger.

A few things to do:

Bartolo1024 commented 4 years ago

A negative value of the start_epoch (now from_epoch is handled by the same operations)