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

Adding Early Stopping to Livelossplot in Pytorch version #78

Closed teppoeva closed 4 years ago

teppoeva commented 4 years ago

Hello,

I am using your Pytorch version from livelossplot/examples/pytorch.ipynb file. Can you add Early Stopping to the code?

Thank you.

stared commented 4 years ago

This library does not deal with affecting model training (only with logging and plotting).

If you want to create a new example, do so - I will consider a Pull Request.