Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d828a86

Browse files
RitwikGuptabrianjo
andauthored
Small typo fix 'weigth' -> 'weight' (#1408)
Co-authored-by: Brian Johnson <[email protected]>
1 parent 51de9f9 commit d828a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beginner_source/dcgan_faces_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
# --------------
275275
#
276276
# With our input parameters set and the dataset prepared, we can now get
277-
# into the implementation. We will start with the weigth initialization
277+
# into the implementation. We will start with the weight initialization
278278
# strategy, then talk about the generator, discriminator, loss functions,
279279
# and training loop in detail.
280280
#

0 commit comments

Comments
 (0)