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
f8737a6a
Commit
f8737a6a
authored
Apr 09, 2022
by
Cristina Vasconcelos
Committed by
A. Unique TensorFlower
Apr 09, 2022
Browse files
Internal change
PiperOrigin-RevId: 440544815
parent
484776ad
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
334 additions
and
0 deletions
+334
-0
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_fpn_600epochs.yaml
...riments/faster_rcnn/fastrcnn_resnet101_fpn_600epochs.yaml
+38
-0
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_fpn_72epochs.yaml
...eriments/faster_rcnn/fastrcnn_resnet101_fpn_72epochs.yaml
+38
-0
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_fpn_cascade_600epochs.yaml
...faster_rcnn/fastrcnn_resnet101_fpn_cascade_600epochs.yaml
+43
-0
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_fpn_cascade_72epochs.yaml
.../faster_rcnn/fastrcnn_resnet101_fpn_cascade_72epochs.yaml
+43
-0
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_nasfpn_600epochs.yaml
...ents/faster_rcnn/fastrcnn_resnet101_nasfpn_600epochs.yaml
+41
-0
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_nasfpn_72epochs.yaml
...ments/faster_rcnn/fastrcnn_resnet101_nasfpn_72epochs.yaml
+41
-0
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_nasfpn_cascade_600epochs.yaml
...ter_rcnn/fastrcnn_resnet101_nasfpn_cascade_600epochs.yaml
+45
-0
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_nasfpn_cascade_72epochs.yaml
...ster_rcnn/fastrcnn_resnet101_nasfpn_cascade_72epochs.yaml
+45
-0
No files found.
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_fpn_600epochs.yaml
0 → 100644
View file @
f8737a6a
task
:
# init_checkpoint: 'a_pretrained_backbone_checkpoint'
init_checkpoint_modules
:
backbone
freeze_backbone
:
true
model
:
backbone
:
resnet
:
model_id
:
101
replace_stem_max_pool
:
true
resnetd_shortcut
:
true
scale_stem
:
true
se_ratio
:
0.25
stem_type
:
v1
type
:
resnet
decoder
:
type
:
fpn
detection_head
:
num_fcs
:
2
norm_activation
:
activation
:
swish
train_data
:
global_batch_size
:
64
parser
:
aug_rand_hflip
:
true
aug_scale_max
:
2.0
aug_scale_min
:
0.1
trainer
:
optimizer_config
:
learning_rate
:
stepwise
:
boundaries
:
[
1062734
,
1090458
]
name
:
PiecewiseConstantDecay
offset
:
0
values
:
[
0.16
,
0.016
,
0.0016
]
type
:
stepwise
steps_per_loop
:
1848
summary_interval
:
1848
train_steps
:
1108940
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_fpn_72epochs.yaml
0 → 100644
View file @
f8737a6a
task
:
# init_checkpoint: 'a_pretrained_backbone_checkpoint'
init_checkpoint_modules
:
backbone
freeze_backbone
:
true
model
:
backbone
:
resnet
:
model_id
:
101
replace_stem_max_pool
:
true
resnetd_shortcut
:
true
scale_stem
:
true
se_ratio
:
0.25
stem_type
:
v1
type
:
resnet
decoder
:
type
:
fpn
detection_head
:
num_fcs
:
2
norm_activation
:
activation
:
swish
train_data
:
global_batch_size
:
64
parser
:
aug_rand_hflip
:
true
aug_scale_max
:
2.0
aug_scale_min
:
0.1
trainer
:
optimizer_config
:
learning_rate
:
stepwise
:
boundaries
:
[
88704
,
125664
]
name
:
PiecewiseConstantDecay
offset
:
0
values
:
[
0.16
,
0.016
,
0.0016
]
type
:
stepwise
steps_per_loop
:
1848
summary_interval
:
1848
train_steps
:
133056
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_fpn_cascade_600epochs.yaml
0 → 100644
View file @
f8737a6a
task
:
# init_checkpoint: 'a_pretrained_backbone_checkpoint'
init_checkpoint_modules
:
backbone
freeze_backbone
:
true
model
:
backbone
:
resnet
:
model_id
:
101
replace_stem_max_pool
:
true
resnetd_shortcut
:
true
scale_stem
:
true
se_ratio
:
0.25
stem_type
:
v1
type
:
resnet
decoder
:
type
:
fpn
detection_head
:
cascade_class_ensemble
:
true
class_agnostic_bbox_pred
:
true
num_fcs
:
2
input_size
:
[
1280
,
1280
,
3
]
norm_activation
:
activation
:
swish
roi_sampler
:
cascade_iou_thresholds
:
[
0.7
,
0.8
]
train_data
:
global_batch_size
:
64
parser
:
aug_rand_hflip
:
true
aug_scale_max
:
2.0
aug_scale_min
:
0.1
trainer
:
optimizer_config
:
learning_rate
:
stepwise
:
boundaries
:
[
1062734
,
1090458
]
name
:
PiecewiseConstantDecay
offset
:
0
values
:
[
0.16
,
0.016
,
0.0016
]
type
:
stepwise
steps_per_loop
:
1848
summary_interval
:
1848
train_steps
:
1108940
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_fpn_cascade_72epochs.yaml
0 → 100644
View file @
f8737a6a
task
:
# init_checkpoint: 'a_pretrained_backbone_checkpoint'
init_checkpoint_modules
:
backbone
freeze_backbone
:
true
model
:
backbone
:
resnet
:
model_id
:
101
replace_stem_max_pool
:
true
resnetd_shortcut
:
true
scale_stem
:
true
se_ratio
:
0.25
stem_type
:
v1
type
:
resnet
decoder
:
type
:
fpn
detection_head
:
cascade_class_ensemble
:
true
class_agnostic_bbox_pred
:
true
num_fcs
:
2
input_size
:
[
1280
,
1280
,
3
]
norm_activation
:
activation
:
swish
roi_sampler
:
cascade_iou_thresholds
:
[
0.7
,
0.8
]
train_data
:
global_batch_size
:
64
parser
:
aug_rand_hflip
:
true
aug_scale_max
:
2.0
aug_scale_min
:
0.1
trainer
:
optimizer_config
:
learning_rate
:
stepwise
:
boundaries
:
[
88704
,
125664
]
name
:
PiecewiseConstantDecay
offset
:
0
values
:
[
0.16
,
0.016
,
0.0016
]
type
:
stepwise
steps_per_loop
:
1848
summary_interval
:
1848
train_steps
:
133056
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_nasfpn_600epochs.yaml
0 → 100644
View file @
f8737a6a
task
:
# init_checkpoint: 'a_pretrained_backbone_checkpoint'
init_checkpoint_modules
:
backbone
freeze_backbone
:
true
model
:
backbone
:
resnet
:
model_id
:
101
replace_stem_max_pool
:
true
resnetd_shortcut
:
true
scale_stem
:
true
se_ratio
:
0.25
stem_type
:
v1
type
:
resnet
decoder
:
type
:
nasfpn
detection_head
:
num_fcs
:
2
include_mask
:
false
max_level
:
7
min_level
:
3
norm_activation
:
activation
:
swish
train_data
:
global_batch_size
:
64
parser
:
aug_rand_hflip
:
true
aug_scale_max
:
2.0
aug_scale_min
:
0.1
trainer
:
optimizer_config
:
learning_rate
:
stepwise
:
boundaries
:
[
1062734
,
1090458
]
name
:
PiecewiseConstantDecay
offset
:
0
values
:
[
0.16
,
0.016
,
0.0016
]
type
:
stepwise
steps_per_loop
:
1848
summary_interval
:
1848
train_steps
:
1108940
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_nasfpn_72epochs.yaml
0 → 100644
View file @
f8737a6a
task
:
# init_checkpoint: 'a_pretrained_backbone_checkpoint'
init_checkpoint_modules
:
backbone
freeze_backbone
:
true
model
:
backbone
:
resnet
:
model_id
:
101
replace_stem_max_pool
:
true
resnetd_shortcut
:
true
scale_stem
:
true
se_ratio
:
0.25
stem_type
:
v1
type
:
resnet
decoder
:
type
:
nasfpn
detection_head
:
num_fcs
:
2
include_mask
:
false
max_level
:
7
min_level
:
3
norm_activation
:
activation
:
swish
train_data
:
global_batch_size
:
64
parser
:
aug_rand_hflip
:
true
aug_scale_max
:
2.0
aug_scale_min
:
0.1
trainer
:
optimizer_config
:
learning_rate
:
stepwise
:
boundaries
:
[
88704
,
125664
]
name
:
PiecewiseConstantDecay
offset
:
0
values
:
[
0.16
,
0.016
,
0.0016
]
type
:
stepwise
steps_per_loop
:
1848
summary_interval
:
1848
train_steps
:
133056
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_nasfpn_cascade_600epochs.yaml
0 → 100644
View file @
f8737a6a
task
:
# init_checkpoint: 'a_pretrained_backbone_checkpoint'
init_checkpoint_modules
:
backbone
freeze_backbone
:
true
model
:
backbone
:
resnet
:
model_id
:
101
replace_stem_max_pool
:
true
resnetd_shortcut
:
true
scale_stem
:
true
se_ratio
:
0.25
stem_type
:
v1
type
:
resnet
decoder
:
type
:
nasfpn
detection_head
:
cascade_class_ensemble
:
true
class_agnostic_bbox_pred
:
true
num_fcs
:
2
input_size
:
[
1280
,
1280
,
3
]
max_level
:
7
min_level
:
3
norm_activation
:
activation
:
swish
roi_sampler
:
cascade_iou_thresholds
:
[
0.7
,
0.8
]
train_data
:
global_batch_size
:
64
parser
:
aug_rand_hflip
:
true
aug_scale_max
:
2.0
aug_scale_min
:
0.1
trainer
:
optimizer_config
:
learning_rate
:
stepwise
:
boundaries
:
[
1062734
,
1090458
]
name
:
PiecewiseConstantDecay
offset
:
0
values
:
[
0.16
,
0.016
,
0.0016
]
type
:
stepwise
steps_per_loop
:
1848
summary_interval
:
1848
train_steps
:
1108940
official/projects/backbone_reuse/configs/experiments/faster_rcnn/fastrcnn_resnet101_nasfpn_cascade_72epochs.yaml
0 → 100644
View file @
f8737a6a
task
:
# init_checkpoint: 'a_pretrained_backbone_checkpoint'
init_checkpoint_modules
:
backbone
freeze_backbone
:
true
model
:
backbone
:
resnet
:
model_id
:
101
replace_stem_max_pool
:
true
resnetd_shortcut
:
true
scale_stem
:
true
se_ratio
:
0.25
stem_type
:
v1
type
:
resnet
decoder
:
type
:
nasfpn
detection_head
:
cascade_class_ensemble
:
true
class_agnostic_bbox_pred
:
true
num_fcs
:
2
input_size
:
[
1280
,
1280
,
3
]
max_level
:
7
min_level
:
3
norm_activation
:
activation
:
swish
roi_sampler
:
cascade_iou_thresholds
:
[
0.7
,
0.8
]
train_data
:
global_batch_size
:
64
parser
:
aug_rand_hflip
:
true
aug_scale_max
:
2.0
aug_scale_min
:
0.1
trainer
:
optimizer_config
:
learning_rate
:
stepwise
:
boundaries
:
[
88704
,
125664
]
name
:
PiecewiseConstantDecay
offset
:
0
values
:
[
0.16
,
0.016
,
0.0016
]
type
:
stepwise
steps_per_loop
:
1848
summary_interval
:
1848
train_steps
:
133056
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