Skip to content

Commit 6bd895c

Browse files
Daniel Huntersoumith
Daniel Hunter
authored andcommitted
Update data_loading_tutorial.py (#282)
1 parent 1952e58 commit 6bd895c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/data_loading_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def show_landmarks_batch(sample_batched):
425425
#
426426
# where 'ants', 'bees' etc. are class labels. Similarly generic transforms
427427
# which operate on ``PIL.Image`` like ``RandomHorizontalFlip``, ``Scale``,
428-
# are also avaiable. You can use these to write a dataloader like this: ::
428+
# are also available. You can use these to write a dataloader like this: ::
429429
#
430430
# import torch
431431
# from torchvision import transforms, datasets

0 commit comments

Comments
 (0)