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

Skip to content

Commit a8375a2

Browse files
jspisakJoelMarcey
authored andcommitted
Update dcgan_faces_tutorial.py
1 parent 80aa16a commit a8375a2

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
@@ -167,7 +167,7 @@
167167
# longer
168168
# - **lr** - learning rate for training. As described in the DCGAN paper,
169169
# this number should be 0.0002
170-
# - **beta1** - beta1 hyperparamter for Adam optimizers. As described in
170+
# - **beta1** - beta1 hyperparameter for Adam optimizers. As described in
171171
# paper, this number should be 0.5
172172
# - **ngpu** - number of GPUs available. If this is 0, code will run in
173173
# CPU mode. If this number is greater than 0 it will run on that number

0 commit comments

Comments
 (0)