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
91fafd7b
Commit
91fafd7b
authored
Oct 23, 2021
by
Vishnu Banna
Browse files
model output size
parent
bddffa3e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
official/vision/beta/projects/yolo/optimization/sgd_torch.py
official/vision/beta/projects/yolo/optimization/sgd_torch.py
+1
-0
No files found.
official/vision/beta/projects/yolo/optimization/sgd_torch.py
View file @
91fafd7b
...
...
@@ -302,6 +302,7 @@ class SGDTorch(tf.keras.optimizers.Optimizer):
"decay"
:
self
.
_initial_decay
,
"momentum"
:
self
.
_serialize_hyperparameter
(
"momentum"
),
"momentum_start"
:
self
.
_serialize_hyperparameter
(
"momentum_start"
),
"weight_decay"
:
self
.
_serialize_hyperparameter
(
"weight_decay"
),
"warmup_steps"
:
self
.
_serialize_hyperparameter
(
"warmup_steps"
),
"nesterov"
:
self
.
nesterov
,
})
...
...
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