mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Fix breakout plot
This commit is contained in:
@@ -1842,8 +1842,8 @@
|
|||||||
"plt.figure(figsize=(6, 8))\n",
|
"plt.figure(figsize=(6, 8))\n",
|
||||||
"plt.imshow(img)\n",
|
"plt.imshow(img)\n",
|
||||||
"plt.axis(\"off\")\n",
|
"plt.axis(\"off\")\n",
|
||||||
"plt.show()\n",
|
"save_fig(\"breakout_plot\")\n",
|
||||||
"save_fig(\"breakout_plot\")"
|
"plt.show()"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user