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? 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 |
Categories