You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now one needs to call model.val_metrics.scores['loss']['score'][-1] and model.train_metrics.scores['loss']['score'][-1] to get the last training/validation scores. This should be easier to access.
Also, should probably make the same change to the MonitorMetrics callback.