Skip to content

Commit 7b2a636

Browse files
authored
Fix typo in defining_a_neural_network.py
1 parent df09dc8 commit 7b2a636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/defining_a_neural_network.py

Lines changed: 1 addition & 1 deletion
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)