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 9381919 commit 137f35aCopy full SHA for 137f35a
beginner_source/pytorch_with_examples.rst
@@ -243,7 +243,7 @@ chooses a random number between 1 and 4 and uses that many hidden
243
layers, reusing the same weights multiple times to compute the innermost
244
hidden layers.
245
246
-For this model can use normal Python flow control to implement the loop,
+For this model we can use normal Python flow control to implement the loop,
247
and we can implement weight sharing among the innermost layers by simply
248
reusing the same Module multiple times when defining the forward pass.
249
0 commit comments