Closed randomm closed 4 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.
Hi,
is it possible to use livelossplot when training manually via train_on_batch in keras?
thanks,
Jani