Update 10_4_Downsampling_and_Upsampling.ipynb
This commit is contained in:
@@ -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": {
|
||||||
@@ -517,4 +517,4 @@
|
|||||||
"outputs": []
|
"outputs": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user