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
ModelZoo
ResNet50_tensorflow
Commits
17f4ae11
Commit
17f4ae11
authored
Oct 01, 2021
by
Vishnu Banna
Browse files
optimization package pr comments
parent
d1988e3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
official/vision/beta/projects/yolo/optimization/configs/optimizer_config.py
...ta/projects/yolo/optimization/configs/optimizer_config.py
+3
-3
No files found.
official/vision/beta/projects/yolo/optimization/configs/optimizer_config.py
View file @
17f4ae11
...
@@ -54,10 +54,10 @@ class SGDTorchConfig(BaseOptimizerConfig):
...
@@ -54,10 +54,10 @@ class SGDTorchConfig(BaseOptimizerConfig):
nesterov
:
bool
=
False
nesterov
:
bool
=
False
momentum_start
:
float
=
0.0
momentum_start
:
float
=
0.0
momentum
:
float
=
0.9
momentum
:
float
=
0.9
warmup_steps
:
int
=
100
0
warmup_steps
:
int
=
0
weight_decay
:
float
=
0.0
weight_decay
:
float
=
0.0
sim_torch
:
bool
=
False
sim_torch
:
bool
=
False
weight_keys
:
List
[
str
]
=
dataclasses
.
field
(
weight_keys
:
Optional
[
List
[
str
]
]
=
dataclasses
.
field
(
default_factory
=
lambda
:[
"kernel"
,
"weight"
])
default_factory
=
lambda
:[
"kernel"
,
"weight"
])
bias_keys
:
List
[
str
]
=
dataclasses
.
field
(
bias_keys
:
Optional
[
List
[
str
]
]
=
dataclasses
.
field
(
default_factory
=
lambda
:[
"bias"
,
"beta"
])
default_factory
=
lambda
:[
"bias"
,
"beta"
])
\ No newline at end of file
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