File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
46
46
1. Load and normalizing the CIFAR10 training and test datasets using
47
47
``torchvision``
48
- 2. Define a Convolution Neural Network
48
+ 2. Define a Convolutional Neural Network
49
49
3. Define a loss function
50
50
4. Train the network on the training data
51
51
5. Test the network on the test data
@@ -107,7 +107,7 @@ def imshow(img):
107
107
108
108
109
109
########################################################################
110
- # 2. Define a Convolution Neural Network
110
+ # 2. Define a Convolutional Neural Network
111
111
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
112
112
# Copy the neural network from the Neural Networks section before and modify it to
113
113
# take 3-channel images (instead of 1-channel images as it was defined).
You can’t perform that action at this time.
0 commit comments