We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 900ead9 + afad2e5 commit 984b937Copy full SHA for 984b937
beginner_source/blitz/cifar10_tutorial.py
@@ -62,6 +62,9 @@
62
########################################################################
63
# The output of torchvision datasets are PILImage images of range [0, 1].
64
# 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.
68
69
transform = transforms.Compose(
70
[transforms.ToTensor(),
0 commit comments