I was trying to plot train and test learning curve in keras, however, the following code produces KeyError: \'val_acc error.
KeyError: \'val_acc error
The official document
Looks like in Keras + Tensorflow 2.0 val_acc was renamed to val_accuracy
val_acc
val_accuracy