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

usage on keras train_on_batch? #71

Closed randomm closed 4 years ago

randomm commented 5 years ago

Hi,

is it possible to use livelossplot when training manually via train_on_batch in keras?

thanks,

Jani

stared commented 5 years ago

@randomm Right now there is no built-in way for train_on_batch in Keras. I may add it later at some point.

However, you can use the plain livelossplot API and Keras callbacks. If you manage to do so, I would be happy to see an example.