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
OpenDAS
mmdetection3d
Commits
be08155b
Commit
be08155b
authored
Jun 06, 2020
by
wuyuefeng
Committed by
zhangwenwei
Jun 06, 2020
Browse files
fix lr_config problem
parent
37c87f22
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
configs/kitti/dv_mvx-v2_second_secfpn_fpn-fusion_adamw_2x8_80e_kitti-3d-3class.py
...second_secfpn_fpn-fusion_adamw_2x8_80e_kitti-3d-3class.py
+2
-4
configs/kitti/dv_second_secfpn_2x8_cosine_80e_kitti-3d-3class.py
.../kitti/dv_second_secfpn_2x8_cosine_80e_kitti-3d-3class.py
+2
-4
configs/scannet/votenet_8x8_scannet-3d-18class.py
configs/scannet/votenet_8x8_scannet-3d-18class.py
+0
-0
configs/sunrgbd/votenet_16x8_sunrgbd-3d-10class.py
configs/sunrgbd/votenet_16x8_sunrgbd-3d-10class.py
+0
-0
No files found.
configs/kitti/dv_mvx-v2_second_secfpn_fpn-fusion_adamw_2x8_80e_kitti-3d-3class.py
View file @
be08155b
...
@@ -255,13 +255,11 @@ optimizer = dict(type='AdamW', lr=0.003, betas=(0.95, 0.99), weight_decay=0.01)
...
@@ -255,13 +255,11 @@ optimizer = dict(type='AdamW', lr=0.003, betas=(0.95, 0.99), weight_decay=0.01)
# max_norm=10 is better for SECOND
# max_norm=10 is better for SECOND
optimizer_config
=
dict
(
grad_clip
=
dict
(
max_norm
=
35
,
norm_type
=
2
))
optimizer_config
=
dict
(
grad_clip
=
dict
(
max_norm
=
35
,
norm_type
=
2
))
lr_config
=
dict
(
lr_config
=
dict
(
policy
=
'
c
osine'
,
policy
=
'
C
osine
Anealing
'
,
warmup
=
'linear'
,
warmup
=
'linear'
,
warmup_iters
=
1000
,
warmup_iters
=
1000
,
warmup_ratio
=
1.0
/
10
,
warmup_ratio
=
1.0
/
10
,
target_lr
=
1e-5
,
min_lr_ratio
=
1e-5
)
as_ratio
=
True
,
)
momentum_config
=
None
momentum_config
=
None
checkpoint_config
=
dict
(
interval
=
1
)
checkpoint_config
=
dict
(
interval
=
1
)
# yapf:disable
# yapf:disable
...
...
configs/kitti/dv_second_secfpn_2x8_cosine_80e_kitti-3d-3class.py
View file @
be08155b
...
@@ -207,13 +207,11 @@ optimizer = dict(
...
@@ -207,13 +207,11 @@ optimizer = dict(
weight_decay
=
0.001
)
weight_decay
=
0.001
)
optimizer_config
=
dict
(
grad_clip
=
dict
(
max_norm
=
10
,
norm_type
=
2
))
optimizer_config
=
dict
(
grad_clip
=
dict
(
max_norm
=
10
,
norm_type
=
2
))
lr_config
=
dict
(
lr_config
=
dict
(
policy
=
'
c
osine'
,
policy
=
'
C
osine
Anealing
'
,
warmup
=
'linear'
,
warmup
=
'linear'
,
warmup_iters
=
1000
,
warmup_iters
=
1000
,
warmup_ratio
=
1.0
/
10
,
warmup_ratio
=
1.0
/
10
,
target_lr
=
1e-5
,
min_lr_ratio
=
1e-5
)
as_ratio
=
True
,
)
momentum_config
=
None
momentum_config
=
None
checkpoint_config
=
dict
(
interval
=
1
)
checkpoint_config
=
dict
(
interval
=
1
)
# yapf:disable
# yapf:disable
...
...
configs/scannet/votenet_scannet-3d-18class.py
→
configs/scannet/votenet_
8x8_
scannet-3d-18class.py
View file @
be08155b
File moved
configs/sunrgbd/votenet_sunrgbd-3d-10class.py
→
configs/sunrgbd/votenet_
16x8_
sunrgbd-3d-10class.py
View file @
be08155b
File moved
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