Skip to content

Commit

Permalink
fix lr issue in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
HamPerdredes committed Dec 26, 2023
1 parent 962c9a6 commit 43ef1b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configs/ssad_fcos/base_fcos_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@
]
evaluation = dict(type="SubModulesDistEvalHook", interval=3200, metric='mAP',
save_best='mAP')
# 120k iters is enough for DOTA
runner = dict(_delete_=True, type="IterBasedRunner", max_iters=120000)
# some config as in the manuscript
lr_config = dict(step=[120000, 160000])
runner = dict(_delete_=True, type="IterBasedRunner", max_iters=180000)
checkpoint_config = dict(by_epoch=False, interval=3200, max_keep_ckpts=2)

# Default: disable fp16 training
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 43ef1b9

Please sign in to comment.