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
vision
Commits
4d928927
Unverified
Commit
4d928927
authored
Sep 14, 2021
by
Prabhat Roy
Committed by
GitHub
Sep 14, 2021
Browse files
Updated model-ema-decay default to 0.9 (#4407)
parent
c1f1e226
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
references/classification/train.py
references/classification/train.py
+2
-2
No files found.
references/classification/train.py
View file @
4d928927
...
@@ -324,8 +324,8 @@ def get_args_parser(add_help=True):
...
@@ -324,8 +324,8 @@ def get_args_parser(add_help=True):
'--model-ema'
,
action
=
'store_true'
,
'--model-ema'
,
action
=
'store_true'
,
help
=
'enable tracking Exponential Moving Average of model parameters'
)
help
=
'enable tracking Exponential Moving Average of model parameters'
)
parser
.
add_argument
(
parser
.
add_argument
(
'--model-ema-decay'
,
type
=
float
,
default
=
0.9
9
,
'--model-ema-decay'
,
type
=
float
,
default
=
0.9
,
help
=
'decay factor for Exponential Moving Average of model parameters(default: 0.9
9
)'
)
help
=
'decay factor for Exponential Moving Average of model parameters(default: 0.9)'
)
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