Rename figure

This commit is contained in:
Aurélien Geron 2019-05-06 13:15:15 +08:00
parent dd5e648c62
commit df100ffa9a

View File

@ -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()"
]
},