Skip to content

Commit 6738ff1

Browse files
Fix formatting typo preventing rendering of note (#1463)
Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com>
1 parent 666e12a commit 6738ff1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

beginner_source/blitz/cifar10_tutorial.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
########################################################################
6363
# The output of torchvision datasets are PILImage images of range [0, 1].
6464
# We transform them to Tensors of normalized range [-1, 1].
65+
66+
########################################################################
6567
# .. note::
6668
# If running on Windows and you get a BrokenPipeError, try setting
6769
# the num_worker of torch.utils.data.DataLoader() to 0.

0 commit comments

Comments
 (0)