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.
1 parent 666e12a commit 6738ff1Copy full SHA for 6738ff1
beginner_source/blitz/cifar10_tutorial.py
@@ -62,6 +62,8 @@
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
+
66
+########################################################################
67
# .. note::
68
# If running on Windows and you get a BrokenPipeError, try setting
69
# the num_worker of torch.utils.data.DataLoader() to 0.
0 commit comments