mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Remove unecessary line (copy/paste error).
This commit is contained in:
@@ -144,7 +144,6 @@
|
||||
"fmap = np.zeros(shape=(7, 7, 1, 2), dtype=np.float32)\n",
|
||||
"fmap[:, 3, 0, 0] = 1\n",
|
||||
"fmap[3, :, 0, 1] = 1\n",
|
||||
"fmap[:, :, 0, 0]\n",
|
||||
"plot_image(fmap[:, :, 0, 0])\n",
|
||||
"plt.show()\n",
|
||||
"plot_image(fmap[:, :, 0, 1])\n",
|
||||
|
||||
Reference in New Issue
Block a user