We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2be6a commit c1caaacCopy full SHA for c1caaac
beginner_source/blitz/cifar10_tutorial.py
@@ -320,7 +320,7 @@ def forward(self, x):
320
#
321
# inputs, labels = data[0].to(device), data[1].to(device)
322
323
-# Why dont I notice MASSIVE speedup compared to CPU? Because your network
+# Why don't I notice MASSIVE speedup compared to CPU? Because your network
324
# is really small.
325
326
# **Exercise:** Try increasing the width of your network (argument 2 of
0 commit comments