Rename the figure paths from *_diagram.png to *_plot.png

main
Aurélien Geron 2019-05-09 16:25:40 +08:00
parent 8e08319781
commit a758ea50b0
1 changed files with 1 additions and 1 deletions

View File

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