Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Commit 79239a1

Browse files
Andrew C. Freemanholly1238
andauthored
Typo fix (pytorch#1538)
Co-authored-by: Holly Sweeney <[email protected]>
1 parent fbefe72 commit 79239a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/basics/buildmodel_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def forward(self, x):
9797
# Model Layers
9898
# -------------------------
9999
#
100-
# Lets break down the layers in the FashionMNIST model. To illustrate it, we
100+
# Let's break down the layers in the FashionMNIST model. To illustrate it, we
101101
# will take a sample minibatch of 3 images of size 28x28 and see what happens to it as
102102
# we pass it through the network.
103103

0 commit comments

Comments
 (0)