Rename figure

main
Aurélien Geron 2019-05-06 13:15:15 +08:00
parent dd5e648c62
commit df100ffa9a
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@
"pd.DataFrame(history.history).plot(figsize=(8, 5))\n", "pd.DataFrame(history.history).plot(figsize=(8, 5))\n",
"plt.grid(True)\n", "plt.grid(True)\n",
"plt.gca().set_ylim(0, 1)\n", "plt.gca().set_ylim(0, 1)\n",
"save_fig(\"keras_learning_curves_graph\")\n", "save_fig(\"keras_learning_curves_plot\")\n",
"plt.show()" "plt.show()"
] ]
}, },