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
100a716c
Commit
100a716c
authored
Oct 01, 2021
by
Vishnu Banna
Browse files
comments addrssing
parent
b4625e11
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/projects/yolo/configs/yolo.py
official/vision/beta/projects/yolo/configs/yolo.py
+1
-1
No files found.
official/vision/beta/projects/yolo/configs/yolo.py
View file @
100a716c
...
@@ -342,7 +342,7 @@ def yolo_darknet() -> cfg.ExperimentConfig:
...
@@ -342,7 +342,7 @@ def yolo_darknet() -> cfg.ExperimentConfig:
@
exp_factory
.
register_config_factory
(
'scaled_yolo'
)
@
exp_factory
.
register_config_factory
(
'scaled_yolo'
)
def
scaled_yolo
()
->
cfg
.
ExperimentConfig
:
def
scaled_yolo
()
->
cfg
.
ExperimentConfig
:
"""COCO object detection with YOLOv4-csp and v4"""
"""COCO object detection with YOLOv4-csp and v4"""
train_batch_size
=
128
train_batch_size
=
64
eval_batch_size
=
8
eval_batch_size
=
8
train_epochs
=
300
train_epochs
=
300
warmup_epochs
=
3
warmup_epochs
=
3
...
...
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