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

Skip to content

Commit ca88f16

Browse files
authored
fix typo in weight initialization comment (#1678)
duplicate of 504
1 parent e924720 commit ca88f16

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
@@ -374,7 +374,7 @@ def forward(self, input):
374374
netG = nn.DataParallel(netG, list(range(ngpu)))
375375

376376
# Apply the weights_init function to randomly initialize all weights
377-
# to mean=0, stdev=0.2.
377+
# to mean=0, stdev=0.02.
378378
netG.apply(weights_init)
379379

380380
# Print the model

0 commit comments

Comments
 (0)