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
bdbc7c66
Unverified
Commit
bdbc7c66
authored
Jul 20, 2021
by
Yezhen Cong
Committed by
GitHub
Jul 20, 2021
Browse files
Add max_keep_ckpts for groupfree3d (#765)
parent
78f45621
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
configs/groupfree3d/groupfree3d_8x4_scannet-3d-18class-L12-O256.py
...roupfree3d/groupfree3d_8x4_scannet-3d-18class-L12-O256.py
+1
-0
configs/groupfree3d/groupfree3d_8x4_scannet-3d-18class-L6-O256.py
...groupfree3d/groupfree3d_8x4_scannet-3d-18class-L6-O256.py
+1
-0
configs/groupfree3d/groupfree3d_8x4_scannet-3d-18class-w2x-L12-O256.py
...free3d/groupfree3d_8x4_scannet-3d-18class-w2x-L12-O256.py
+1
-0
configs/groupfree3d/groupfree3d_8x4_scannet-3d-18class-w2x-L12-O512.py
...free3d/groupfree3d_8x4_scannet-3d-18class-w2x-L12-O512.py
+1
-0
No files found.
configs/groupfree3d/groupfree3d_8x4_scannet-3d-18class-L12-O256.py
View file @
bdbc7c66
...
@@ -196,6 +196,7 @@ lr_config = dict(policy='step', warmup=None, step=[280, 340])
...
@@ -196,6 +196,7 @@ lr_config = dict(policy='step', warmup=None, step=[280, 340])
# runtime settings
# runtime settings
runner
=
dict
(
type
=
'EpochBasedRunner'
,
max_epochs
=
400
)
runner
=
dict
(
type
=
'EpochBasedRunner'
,
max_epochs
=
400
)
checkpoint_config
=
dict
(
interval
=
1
,
max_keep_ckpts
=
10
)
# yapf:disable
# yapf:disable
log_config
=
dict
(
log_config
=
dict
(
interval
=
30
,
interval
=
30
,
...
...
configs/groupfree3d/groupfree3d_8x4_scannet-3d-18class-L6-O256.py
View file @
bdbc7c66
...
@@ -195,6 +195,7 @@ lr_config = dict(policy='step', warmup=None, step=[280, 340])
...
@@ -195,6 +195,7 @@ lr_config = dict(policy='step', warmup=None, step=[280, 340])
# runtime settings
# runtime settings
runner
=
dict
(
type
=
'EpochBasedRunner'
,
max_epochs
=
400
)
runner
=
dict
(
type
=
'EpochBasedRunner'
,
max_epochs
=
400
)
checkpoint_config
=
dict
(
interval
=
1
,
max_keep_ckpts
=
10
)
# yapf:disable
# yapf:disable
log_config
=
dict
(
log_config
=
dict
(
interval
=
30
,
interval
=
30
,
...
...
configs/groupfree3d/groupfree3d_8x4_scannet-3d-18class-w2x-L12-O256.py
View file @
bdbc7c66
...
@@ -211,6 +211,7 @@ lr_config = dict(policy='step', warmup=None, step=[280, 340])
...
@@ -211,6 +211,7 @@ lr_config = dict(policy='step', warmup=None, step=[280, 340])
# runtime settings
# runtime settings
runner
=
dict
(
type
=
'EpochBasedRunner'
,
max_epochs
=
400
)
runner
=
dict
(
type
=
'EpochBasedRunner'
,
max_epochs
=
400
)
checkpoint_config
=
dict
(
interval
=
1
,
max_keep_ckpts
=
10
)
# yapf:disable
# yapf:disable
log_config
=
dict
(
log_config
=
dict
(
interval
=
30
,
interval
=
30
,
...
...
configs/groupfree3d/groupfree3d_8x4_scannet-3d-18class-w2x-L12-O512.py
View file @
bdbc7c66
...
@@ -212,6 +212,7 @@ lr_config = dict(policy='step', warmup=None, step=[280, 340])
...
@@ -212,6 +212,7 @@ lr_config = dict(policy='step', warmup=None, step=[280, 340])
# runtime settings
# runtime settings
runner
=
dict
(
type
=
'EpochBasedRunner'
,
max_epochs
=
400
)
runner
=
dict
(
type
=
'EpochBasedRunner'
,
max_epochs
=
400
)
checkpoint_config
=
dict
(
interval
=
1
,
max_keep_ckpts
=
10
)
# yapf:disable
# yapf:disable
log_config
=
dict
(
log_config
=
dict
(
interval
=
30
,
interval
=
30
,
...
...
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