Skip to content

Commit 96c0537

Browse files
authored
Merge pull request #387 from vra/patch-1
fix typo
2 parents 4460f6a + 0b1905a commit 96c0537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginner_source/blitz/cifar10_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
4646
1. Load and normalizing the CIFAR10 training and test datasets using
4747
``torchvision``
48-
2. Define a Convolution Neural Network
48+
2. Define a Convolutional Neural Network
4949
3. Define a loss function
5050
4. Train the network on the training data
5151
5. Test the network on the test data
@@ -107,7 +107,7 @@ def imshow(img):
107107

108108

109109
########################################################################
110-
# 2. Define a Convolution Neural Network
110+
# 2. Define a Convolutional Neural Network
111111
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
112112
# Copy the neural network from the Neural Networks section before and modify it to
113113
# take 3-channel images (instead of 1-channel images as it was defined).

0 commit comments

Comments
 (0)