Keras可視化(loss、accuracy)代碼

history = model.fit(x_train, y_train, epochs=10000, batch_size=128) score = model.evaluate(x_test, y_test, batch_size=128) print(history.history.keys()) plt.plot(history.history
相關文章
相關標籤/搜索