SoftTeacher icon indicating copy to clipboard operation
SoftTeacher copied to clipboard

lr_config set up according to max iter?

Open vefak opened this issue 3 years ago • 0 comments

How should I set lr_config parameters according to max_iter? Now I want to perform only 20k steps as max iteration what should lr_config will be?

` lr_config = dict(step=[120000 * 4, 160000 * 4])

runner = dict(delete=True, type="IterBasedRunner", max_iters=12000)`

vefak avatar Jul 08 '22 10:07 vefak