From df100ffa9ac3635bcf1cce5f744e3df16a0290a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Mon, 6 May 2019 13:15:15 +0800 Subject: [PATCH] Rename figure --- 10_neural_nets_with_keras.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_neural_nets_with_keras.ipynb b/10_neural_nets_with_keras.ipynb index 6aca606..e9fd3d3 100644 --- a/10_neural_nets_with_keras.ipynb +++ b/10_neural_nets_with_keras.ipynb @@ -729,7 +729,7 @@ "pd.DataFrame(history.history).plot(figsize=(8, 5))\n", "plt.grid(True)\n", "plt.gca().set_ylim(0, 1)\n", - "save_fig(\"keras_learning_curves_graph\")\n", + "save_fig(\"keras_learning_curves_plot\")\n", "plt.show()" ] },