We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd817f9 commit e0938fbCopy full SHA for e0938fb
beginner_source/blitz/cifar10_tutorial.py
@@ -43,15 +43,15 @@
43
44
We will do the following steps in order:
45
46
-1. Load and normalizing the CIFAR10 training and test datasets using
+1. Load and normalize the CIFAR10 training and test datasets using
47
``torchvision``
48
2. Define a Convolutional Neural Network
49
3. Define a loss function
50
4. Train the network on the training data
51
5. Test the network on the test data
52
53
-1. Loading and normalizing CIFAR10
54
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+1. Load and normalize CIFAR10
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
55
56
Using ``torchvision``, it’s extremely easy to load CIFAR10.
57
"""
0 commit comments