Accenture / AmpliGraph

Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org
Apache License 2.0
2.14k stars 251 forks source link

Adding validation loss to progress bar when doing a model fit #102

Closed tabacof closed 5 years ago

tabacof commented 5 years ago

Background and Context Currently only the average training loss is shown, which is usually not human interpretable. Keras, for example, shows the validation loss on its progress bar.

Description Adding the validation loss to the progress bar message, if early stopping is set up.

tabacof commented 5 years ago

Solved: https://github.com/Accenture/AmpliGraph/commit/6252b63c06d3463c441b3cef816695134132fa94