这里是一个简单的使用 matplotlib 来生成训练/验证集的损失和准确率图表的例子: ... plt.plot(history.history['val_acc']) plt.title('Model accuracy') ...
確定! 回上一頁