Skip to content

Commit

Permalink
cifar10 tutorial: Fix grammatical error (#721)
Browse files Browse the repository at this point in the history
Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com>
  • Loading branch information
rht and holly1238 committed Apr 17, 2021
1 parent fd817f9 commit e0938fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions beginner_source/blitz/cifar10_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
We will do the following steps in order:
1. Load and normalizing the CIFAR10 training and test datasets using
1. Load and normalize the CIFAR10 training and test datasets using
``torchvision``
2. Define a Convolutional Neural Network
3. Define a loss function
4. Train the network on the training data
5. Test the network on the test data
1. Loading and normalizing CIFAR10
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1. Load and normalize CIFAR10
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Using ``torchvision``, it’s extremely easy to load CIFAR10.
"""
Expand Down

0 comments on commit e0938fb

Please sign in to comment.