Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80aa16a commit a8375a2Copy full SHA for a8375a2
1 file changed
beginner_source/dcgan_faces_tutorial.py
@@ -167,7 +167,7 @@
167
# longer
168
# - **lr** - learning rate for training. As described in the DCGAN paper,
169
# this number should be 0.0002
170
-# - **beta1** - beta1 hyperparamter for Adam optimizers. As described in
+# - **beta1** - beta1 hyperparameter for Adam optimizers. As described in
171
# paper, this number should be 0.5
172
# - **ngpu** - number of GPUs available. If this is 0, code will run in
173
# CPU mode. If this number is greater than 0 it will run on that number
0 commit comments