mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-30 19:47:49 +01:00
Rename the figure paths from *_diagram.png to *_plot.png
This commit is contained in:
@@ -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()"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user