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

loss getting updated for each epoch but they are getting overwritten #53

Closed pragyan019 closed 5 years ago

pragyan019 commented 5 years ago

Hi I am using https://github.com/qfgaohao/pytorch-ssd/blob/master/train_ssd.py code in jupyter notebook but the loss is getting updated and plotted for that epoch,giving a line parallel to x-axis. liveloss.txt livelossplot

stared commented 5 years ago

The code you linked don't use livelossplot at all.

pragyan019 commented 5 years ago

Please refer to the attached file (liveloss.txt),the GitHub link contains the original code

stared commented 5 years ago

@pragyan019 Does not look like an issue with livelossplot. And the next time please use https://gist.github.com, not a txt file. With some effort to solve it (e.g. print(logs)).