"git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "af02604ea79989d5261ef06d7781c97a3fa547a6"
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]) ...@@ -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,
......
...@@ -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,
......
...@@ -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,
......
...@@ -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,
......
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