Skip to content

Commit c1caaac

Browse files
Peiffapholly1238
andauthored
Fix ReST and typo in CIFAR tutorial (#1053)
Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com>
1 parent df2be6a commit c1caaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/blitz/cifar10_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def forward(self, x):
320320
#
321321
# inputs, labels = data[0].to(device), data[1].to(device)
322322
#
323-
# Why dont I notice MASSIVE speedup compared to CPU? Because your network
323+
# Why don't I notice MASSIVE speedup compared to CPU? Because your network
324324
# is really small.
325325
#
326326
# **Exercise:** Try increasing the width of your network (argument 2 of

0 commit comments

Comments
 (0)