Categories
Misc

What returns on model.evaluate??

What returns on model.evaluate??

This may seem like a basic question but I am a little confused. In this example picture I call model.evaluate. The returned message says the batch_loss is 2.1455. But I had a callback keep track of the batch loss and if I calculate the mean of the batch_loss it is 2.0925, and 2.1455 is not seen in any of the callback loss values. So… What is evaluating returning here?

https://preview.redd.it/k2l2bt2pdzd81.png?width=536&format=png&auto=webp&s=7ec27ea483283e721c7053cdbf41ef0a22d3ff64

This is a custom model so it could be my implementation?? but it’s weird that it is so close but off.

Thanks!

submitted by /u/Dylan_TMB
[visit reddit] [comments]

Leave a Reply

Your email address will not be published. Required fields are marked *