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
630687f4
Commit
630687f4
authored
Oct 08, 2018
by
Kai Chen
Browse files
rename config files
parent
01a03aab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
configs/faster_rcnn_r50_fpn_1x.py
configs/faster_rcnn_r50_fpn_1x.py
+2
-2
configs/mask_rcnn_r50_fpn_1x.py
configs/mask_rcnn_r50_fpn_1x.py
+2
-2
configs/rpn_r50_fpn_1x.py
configs/rpn_r50_fpn_1x.py
+2
-2
No files found.
configs/r50_fp
n_frcn
n_1x.py
→
configs/
faster_rcnn_
r50_fpn_1x.py
View file @
630687f4
...
...
@@ -134,7 +134,7 @@ log_config = dict(
interval
=
50
,
hooks
=
[
dict
(
type
=
'TextLoggerHook'
),
# dict(type='TensorboardLoggerHook'
, log_dir=work_dir + '/log'
)
# dict(type='TensorboardLoggerHook')
])
# yapf:enable
# runtime settings
...
...
@@ -142,7 +142,7 @@ total_epochs = 12
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
work_dir
=
'./work_dirs/
fpn_
faster_rcnn_r50_1x'
work_dir
=
'./work_dirs/faster_rcnn_r50_
fpn_
1x'
load_from
=
None
resume_from
=
None
workflow
=
[(
'train'
,
1
)]
configs/
r50_fpn_
maskrcnn_1x.py
→
configs/mask
_
rcnn_
r50_fpn_
1x.py
View file @
630687f4
...
...
@@ -147,7 +147,7 @@ log_config = dict(
interval
=
50
,
hooks
=
[
dict
(
type
=
'TextLoggerHook'
),
# dict(type='TensorboardLoggerHook'
, log_dir=work_dir + '/log'
)
# dict(type='TensorboardLoggerHook')
])
# yapf:enable
# runtime settings
...
...
@@ -155,7 +155,7 @@ total_epochs = 12
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
work_dir
=
'./work_dirs/
fpn_
mask_rcnn_r50_1x'
work_dir
=
'./work_dirs/mask_rcnn_r50_
fpn_
1x'
load_from
=
None
resume_from
=
None
workflow
=
[(
'train'
,
1
)]
configs/r
50_f
pn_rpn_1x.py
→
configs/rpn_r
50_f
pn_1x.py
View file @
630687f4
...
...
@@ -105,14 +105,14 @@ log_config = dict(
interval
=
50
,
hooks
=
[
dict
(
type
=
'TextLoggerHook'
),
# dict(type='TensorboardLoggerHook'
, log_dir=work_dir + '/log'
)
# dict(type='TensorboardLoggerHook')
])
# yapf:enable
# runtime settings
total_epochs
=
12
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
work_dir
=
'./work_dirs/
fpn_
rpn_r50_1x'
work_dir
=
'./work_dirs/rpn_r50_
fpn_
1x'
load_from
=
None
resume_from
=
None
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