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
SOLOv2-pytorch
Commits
6f940375
Unverified
Commit
6f940375
authored
Jan 14, 2019
by
Kai Chen
Committed by
GitHub
Jan 14, 2019
Browse files
Update mask_rcnn_r50_fpn_gn_2x.py
parent
82e75455
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configs/mask_rcnn_r50_fpn_gn_2x.py
configs/mask_rcnn_r50_fpn_gn_2x.py
+3
-3
No files found.
configs/mask_rcnn_r50_fpn_gn_2x.py
View file @
6f940375
...
@@ -6,7 +6,7 @@ normalize = dict(
...
@@ -6,7 +6,7 @@ normalize = dict(
model
=
dict
(
model
=
dict
(
type
=
'MaskRCNN'
,
type
=
'MaskRCNN'
,
pretrained
=
'
tools
/resnet50
-GN.path
'
,
pretrained
=
'
open-mmlab://contrib
/resnet50
_gn
'
,
backbone
=
dict
(
backbone
=
dict
(
type
=
'ResNet'
,
type
=
'ResNet'
,
depth
=
50
,
depth
=
50
,
...
@@ -167,14 +167,14 @@ log_config = dict(
...
@@ -167,14 +167,14 @@ log_config = dict(
interval
=
50
,
interval
=
50
,
hooks
=
[
hooks
=
[
dict
(
type
=
'TextLoggerHook'
),
dict
(
type
=
'TextLoggerHook'
),
dict
(
type
=
'TensorboardLoggerHook'
)
#
dict(type='TensorboardLoggerHook')
])
])
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
24
total_epochs
=
24
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/mask_rcnn_r50_fpn_1x'
work_dir
=
'./work_dirs/mask_rcnn_r50_fpn_
gn_
1x'
load_from
=
None
load_from
=
None
resume_from
=
None
resume_from
=
None
workflow
=
[(
'train'
,
1
)]
workflow
=
[(
'train'
,
1
)]
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