deep-learning-with-python-notebooks icon indicating copy to clipboard operation
deep-learning-with-python-notebooks copied to clipboard

Chapter 4: KeyError: 'val_mean_absolute_error'

Open ladorval opened this issue 2 weeks ago • 0 comments

There is a typo in Listing 4.29 Saving the validation logs at each fold.

The correct key is mean_absolute_error and not val_mean_absolute_error

Image

ladorval avatar Dec 03 '25 03:12 ladorval