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

Update notebook for Poutyne #126

Closed freud14 closed 3 years ago

freud14 commented 3 years ago
freud14 commented 3 years ago

Hi, let me know if you want me to change something. The build fail seems to be the dependency Pillow from matplotlib that is not compatible with Python 3.5 anymore. I would suggest to remove Python 3.5 from the Travis builds.

stared commented 3 years ago

Please rebase to master. Now Py 3.5 support is dropped, #128 and it should work.

freud14 commented 3 years ago

Done.