Skip to content

Commit

Permalink
Merge pull request #1024 from johnarevalo/patch-4
Browse files Browse the repository at this point in the history
Make doc consistent with default values
  • Loading branch information
rizar committed Mar 9, 2016
2 parents 4297cea + c45d2b7 commit 5f09e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ class Adam(StepRule):
----------
learning_rate : float, optional
Step size.
Default value is set to 0.0002.
Default value is set to 0.002.
beta1 : float, optional
Exponential decay rate for the first moment estimates.
Default value is set to 0.1.
Expand Down

0 comments on commit 5f09e92

Please sign in to comment.