Rename the figure paths from *_diagram.png to *_plot.png
parent
8e08319781
commit
a758ea50b0
|
@ -484,7 +484,7 @@
|
||||||
" plt.axis('off')\n",
|
" plt.axis('off')\n",
|
||||||
" plt.title(class_names[y_train[index]], fontsize=12)\n",
|
" plt.title(class_names[y_train[index]], fontsize=12)\n",
|
||||||
"plt.subplots_adjust(wspace=0.2, hspace=0.5)\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()"
|
"plt.show()"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue