Skip to content

Commit 137f35a

Browse files
mdrawsoumith
authored andcommitted
Fix small typo in pytorch_with_examples (pytorch#146)
1 parent 9381919 commit 137f35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/pytorch_with_examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ chooses a random number between 1 and 4 and uses that many hidden
243243
layers, reusing the same weights multiple times to compute the innermost
244244
hidden layers.
245245

246-
For this model can use normal Python flow control to implement the loop,
246+
For this model we can use normal Python flow control to implement the loop,
247247
and we can implement weight sharing among the innermost layers by simply
248248
reusing the same Module multiple times when defining the forward pass.
249249

0 commit comments

Comments
 (0)