Plotting learning curve in keras gives KeyError: 'val_acc'

前端 未结 8 2069
情话喂你
情话喂你 2020-12-09 09:54

I was trying to plot train and test learning curve in keras, however, the following code produces KeyError: \'val_acc error.

The official document

8条回答
  •  北荒
    北荒 (楼主)
    2020-12-09 10:47

    Looks like in Keras + Tensorflow 2.0 val_acc was renamed to val_accuracy

提交回复
热议问题