Skip to content

Commit 78e91c5

Browse files
authored
Fix typo in defining_a_neural_network.py (#1115)
Thanks for the fix @robz!
1 parent df09dc8 commit 78e91c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/defining_a_neural_network.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#
6060
# Our network will recognize images. We will use a process built into
6161
# PyTorch called convolution. Convolution adds each element of an image to
62-
# its local neighbors, weighted by a kernel, or a small martrix, that
62+
# its local neighbors, weighted by a kernel, or a small matrix, that
6363
# helps us extract certain features (like edge detection, sharpness,
6464
# blurriness, etc.) from the input image.
6565
#

0 commit comments

Comments
 (0)