Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion beginner_source/blitz/cifar10_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@

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

transform = transforms.Compose(
Expand Down