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
3d03e675
Commit
3d03e675
authored
May 25, 2021
by
Yeqing Li
Committed by
A. Unique TensorFlower
May 25, 2021
Browse files
Updates default learning rate for UCF-101 experiment.
PiperOrigin-RevId: 375725859
parent
cee98c90
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
official/vision/beta/configs/video_classification.py
official/vision/beta/configs/video_classification.py
+6
-1
No files found.
official/vision/beta/configs/video_classification.py
View file @
3d03e675
...
...
@@ -254,7 +254,12 @@ def video_classification_ucf101() -> cfg.ExperimentConfig:
'task.validation_data.is_training != None'
,
'task.train_data.num_classes == task.validation_data.num_classes'
,
])
add_trainer
(
config
,
train_batch_size
=
64
,
eval_batch_size
=
16
,
train_epochs
=
100
)
add_trainer
(
config
,
train_batch_size
=
64
,
eval_batch_size
=
16
,
learning_rate
=
0.8
,
train_epochs
=
100
)
return
config
...
...
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