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
153a4e90
Commit
153a4e90
authored
Oct 10, 2018
by
Kai Chen
Browse files
rename config file
parent
08b4fe7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configs/retinanet_r50_fpn_1x.py
configs/retinanet_r50_fpn_1x.py
+3
-3
No files found.
configs/
r50_
retinanet_1x.py
→
configs/retinanet_
r50_fpn_
1x.py
View file @
153a4e90
...
...
@@ -47,7 +47,7 @@ test_cfg = dict(
max_per_img
=
100
)
# dataset settings
dataset_type
=
'CocoDataset'
data_root
=
'
../
data/coco/'
data_root
=
'data/coco/'
img_norm_cfg
=
dict
(
mean
=
[
123.675
,
116.28
,
103.53
],
std
=
[
58.395
,
57.12
,
57.375
],
to_rgb
=
True
)
data
=
dict
(
...
...
@@ -103,7 +103,7 @@ log_config = dict(
interval
=
20
,
hooks
=
[
dict
(
type
=
'TextLoggerHook'
),
# dict(type='TensorboardLoggerHook'
, log_dir=work_dir + '/log'
)
# dict(type='TensorboardLoggerHook')
])
# yapf:enable
# runtime settings
...
...
@@ -111,7 +111,7 @@ total_epochs = 12
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
work_dir
=
'./work_dirs/
fpn_
retinanet_r50_1x'
work_dir
=
'./work_dirs/retinanet_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