Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Megatron-LM
Commits
c55e154f
Commit
c55e154f
authored
Oct 13, 2020
by
Mostofa Patwary
Browse files
added adam betas and eps as arguments
parent
48269d8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
megatron/arguments.py
megatron/arguments.py
+1
-1
No files found.
megatron/arguments.py
View file @
c55e154f
...
@@ -206,7 +206,7 @@ def _add_regularization_args(parser):
...
@@ -206,7 +206,7 @@ def _add_regularization_args(parser):
help
=
'Second coefficient for computing running averages of'
help
=
'Second coefficient for computing running averages of'
'gradient and its square'
)
'gradient and its square'
)
group
.
add_argument
(
'--adam-eps'
,
type
=
float
,
default
=
1e-08
,
group
.
add_argument
(
'--adam-eps'
,
type
=
float
,
default
=
1e-08
,
help
=
'
t
erm added to the denominator to improve'
help
=
'
T
erm added to the denominator to improve'
'numerical stability'
)
'numerical stability'
)
return
parser
return
parser
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment