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

Sudden error that wasn't happen before - index 0 is out of bounds for axis 0 with size 0 #121

Closed kithevans closed 4 years ago

kithevans commented 4 years ago

When I use newest version of liveossplot(0.5.2), an error popped up 'index 0 is out of bounds for axis 0 with size 0'

I apply PlotLossesKerasTF() as callbacks, and version 0.5.1 is still working well.

There must be a bug and It should be fixed. Thanks!

stared commented 4 years ago

We just released 0.5.3 that fixes that issue (thanks to @Bartolo1024).