Skip to content

Commit 9efe789

Browse files
saartSvetlana Karslioglu
and
Svetlana Karslioglu
authored
Fix typo in DCGAN Tutorial (#2304)
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 63c6dbb commit 9efe789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: beginner_source/dcgan_faces_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def forward(self, input):
514514
# practices shown in `ganhacks <https://github.com/soumith/ganhacks>`__.
515515
# Namely, we will “construct different mini-batches for real and fake”
516516
# images, and also adjust G’s objective function to maximize
517-
# :math:`logD(G(z))`. Training is split up into two main parts. Part 1
517+
# :math:`log(D(G(z)))`. Training is split up into two main parts. Part 1
518518
# updates the Discriminator and Part 2 updates the Generator.
519519
#
520520
# **Part 1 - Train the Discriminator**

0 commit comments

Comments
 (0)