From a758ea50b0b65ff6b8ee10e377daa63bc60342c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Thu, 9 May 2019 16:25:40 +0800 Subject: [PATCH] Rename the figure paths from *_diagram.png to *_plot.png --- 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 e9fd3d3..7ddf933 100644 --- a/10_neural_nets_with_keras.ipynb +++ b/10_neural_nets_with_keras.ipynb @@ -484,7 +484,7 @@ " plt.axis('off')\n", " plt.title(class_names[y_train[index]], fontsize=12)\n", "plt.subplots_adjust(wspace=0.2, hspace=0.5)\n", - "save_fig('fashion_mnist_diagram', tight_layout=False)\n", + "save_fig('fashion_mnist_plot', tight_layout=False)\n", "plt.show()" ] },