Skip to content

Commit bc07f9b

Browse files
committed
add note for MacOS
1 parent 6f79852 commit bc07f9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

beginner_source/blitz/cifar10_tutorial.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565

6666
########################################################################
6767
# .. note::
68-
# If running on Windows and you get a BrokenPipeError, try setting
68+
# If you are running this tutorial on Windows or MacOS and encounter a
69+
# BrokenPipeError or RuntimeError related to multiprocessing, try setting
6970
# the num_worker of torch.utils.data.DataLoader() to 0.
7071

7172
transform = transforms.Compose(

0 commit comments

Comments
 (0)