Skip to content

Commit d7a5681

Browse files
jiannanWangsvekars
andauthored
Deep Learning 60min Blitz Audit (#3602)
Fixes [T237454992](https://www.internalfb.com/intern/tasks/?t=237454992) ## Description The following list of tutorials was reviewed: /beginner/deep_learning_60min_blitz /beginner/blitz/tensor_tutorial /beginner/blitz/autograd_tutorial /beginner/blitz/neural_networks_tutorial /beginner/blitz/cifar10_tutorial All the code was run and no deprecation warnings or runtime errors were found, except for the multiprocessing error that is fixed by this PR --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 18a49dc commit d7a5681

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)