Unverified Commit bdbc7c66 authored by Yezhen Cong's avatar Yezhen Cong Committed by GitHub
Browse files

Add max_keep_ckpts for groupfree3d (#765)

parent 78f45621
......@@ -196,6 +196,7 @@ lr_config = dict(policy='step', warmup=None, step=[280, 340])
# runtime settings
runner = dict(type='EpochBasedRunner', max_epochs=400)
checkpoint_config = dict(interval=1, max_keep_ckpts=10)
# yapf:disable
log_config = dict(
interval=30,
......
......@@ -195,6 +195,7 @@ lr_config = dict(policy='step', warmup=None, step=[280, 340])
# runtime settings
runner = dict(type='EpochBasedRunner', max_epochs=400)
checkpoint_config = dict(interval=1, max_keep_ckpts=10)
# yapf:disable
log_config = dict(
interval=30,
......
......@@ -211,6 +211,7 @@ lr_config = dict(policy='step', warmup=None, step=[280, 340])
# runtime settings
runner = dict(type='EpochBasedRunner', max_epochs=400)
checkpoint_config = dict(interval=1, max_keep_ckpts=10)
# yapf:disable
log_config = dict(
interval=30,
......
......@@ -212,6 +212,7 @@ lr_config = dict(policy='step', warmup=None, step=[280, 340])
# runtime settings
runner = dict(type='EpochBasedRunner', max_epochs=400)
checkpoint_config = dict(interval=1, max_keep_ckpts=10)
# yapf:disable
log_config = dict(
interval=30,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment