Skip to content

Commit

Permalink
Update 10_4_Downsampling_and_Upsampling.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook authored Jul 2, 2024
1 parent 6e18234 commit c1f0181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notebooks/Chap10/10_4_Downsampling_and_Upsampling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"cell_type": "code",
"source": [
"# 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)"
],
"metadata": {
Expand Down Expand Up @@ -517,4 +517,4 @@
"outputs": []
}
]
}
}

0 comments on commit c1f0181

Please sign in to comment.