Skip to content

Commit d228c10

Browse files
yoosfulholly1238
andauthored
add "it" to make sentence more clear (pytorch#1689)
Co-authored-by: Holly Sweeney <[email protected]>
1 parent c8d3810 commit d228c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/cpp_frontend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ probabilities.
10151015
is called *label smoothing*.
10161016
10171017
Before evaluating the discriminator, we zero out the gradients of its
1018-
parameters. After computing the loss, we back-propagate through the network by
1018+
parameters. After computing the loss, we back-propagate it through the network by
10191019
calling ``d_loss.backward()`` to compute new gradients. We repeat this spiel for
10201020
the fake images. Instead of using images from the dataset, we let the generator
10211021
create fake images for this by feeding it a batch of random noise. We then

0 commit comments

Comments
 (0)