Skip to content

Commit

Permalink
Update dcgan_faces_tutorial.py (pytorch#1550)
Browse files Browse the repository at this point in the history
Co-authored-by: Holly Sweeney <77758406+holly1238@users.noreply.github.com>
  • Loading branch information
universuen and holly1238 committed Jun 7, 2021
1 parent 7f331ae commit 3945dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beginner_source/dcgan_faces_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# with the discriminator. Let :math:`x` be data representing an image.
# :math:`D(x)` is the discriminator network which outputs the (scalar)
# probability that :math:`x` came from training data rather than the
# generator. Here, since we are dealing with images the input to
# generator. Here, since we are dealing with images, the input to
# :math:`D(x)` is an image of CHW size 3x64x64. Intuitively, :math:`D(x)`
# should be HIGH when :math:`x` comes from training data and LOW when
# :math:`x` comes from the generator. :math:`D(x)` can also be thought of
Expand Down

0 comments on commit 3945dd8

Please sign in to comment.