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 6f79852 commit bc07f9bCopy full SHA for bc07f9b
beginner_source/blitz/cifar10_tutorial.py
@@ -65,7 +65,8 @@
65
66
########################################################################
67
# .. note::
68
-# If running on Windows and you get a BrokenPipeError, try setting
+# If you are running this tutorial on Windows or MacOS and encounter a
69
+# BrokenPipeError or RuntimeError related to multiprocessing, try setting
70
# the num_worker of torch.utils.data.DataLoader() to 0.
71
72
transform = transforms.Compose(
0 commit comments