Skip to content

Commit

Permalink
Minor typo (pytorch#1437)
Browse files Browse the repository at this point in the history
Amended a typo in part of the description.

Co-authored-by: Brian Johnson <brianjo@fb.com>
  • Loading branch information
albertlarson and brianjo committed Mar 25, 2021
1 parent 3e11c1f commit 0e9bbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beginner_source/data_loading_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def __getitem__(self, idx):
#
# One issue we can see from the above is that the samples are not of the
# same size. Most neural networks expect the images of a fixed size.
# Therefore, we will need to write some prepocessing code.
# Therefore, we will need to write some preprocessing code.
# Let's create three transforms:
#
# - ``Rescale``: to scale the image
Expand Down

0 comments on commit 0e9bbfc

Please sign in to comment.