Rename figure
parent
dd5e648c62
commit
df100ffa9a
|
@ -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()"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue