File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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+ #
6566# .. note::
6667# If running on Windows and you get a BrokenPipeError, try setting
6768# the num_worker of torch.utils.data.DataLoader() to 0.
@@ -316,7 +317,7 @@ def forward(self, x):
316317#
317318# inputs, labels = data[0].to(device), data[1].to(device)
318319#
319- # Why dont I notice MASSIVE speedup compared to CPU? Because your network
320+ # Why don't I notice MASSIVE speedup compared to CPU? Because your network
320321# is really small.
321322#
322323# **Exercise:** Try increasing the width of your network (argument 2 of
You can’t perform that action at this time.
0 commit comments