Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d2829a

Browse files
author
Seth Weidman
committed
Merge branch 'reorganize_production_tutorials' of github.com:pytorch/tutorials into reorganize_production_tutorials
2 parents 7044541 + 984b937 commit 6d2829a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

beginner_source/blitz/cifar10_tutorial.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
########################################################################
6363
# The output of torchvision datasets are PILImage images of range [0, 1].
6464
# We transform them to Tensors of normalized range [-1, 1].
65+
# .. note::
66+
# If running on Windows and you get a BrokenPipeError, try setting
67+
# the num_worker of torch.utils.data.DataLoader() to 0.
6568

6669
transform = transforms.Compose(
6770
[transforms.ToTensor(),

0 commit comments

Comments
 (0)