Update 10_4_Downsampling_and_Upsampling.ipynb

This commit is contained in:
udlbook
2024-07-02 14:24:36 -04:00
committed by GitHub
parent 6e18234d24
commit c1f0181653

View File

@@ -301,7 +301,7 @@
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
"# Define 2 by 2 original patch\n", "# Define 2 by 2 original patch\n",
"orig_2_2 = np.array([[2, 4], [4,8]])\n", "orig_2_2 = np.array([[6, 8], [8,4]])\n",
"print(orig_2_2)" "print(orig_2_2)"
], ],
"metadata": { "metadata": {