idealo / image-super-resolution

🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
https://idealo.github.io/image-super-resolution/
Apache License 2.0
4.56k stars 755 forks source link

How to return history of validation generator loss in ISR #247

Open KerimM-bit opened 8 months ago

KerimM-bit commented 8 months ago

Hello,

For example in keras wıth the callback function using 'history.history.keys())' I can get the loss value per epoch, my question is how I can do that in ISR since, ISR don't have built in history in order to access said values.

Thank you in advance!!!