mirror of https://github.com/alibaba/EasyCV.git
7 lines
119 B
Python
7 lines
119 B
Python
|
_base_ = './dino_4sc_r50_12e_coco.py'
|
||
|
|
||
|
# learning policy
|
||
|
lr_config = dict(policy='step', step=[22])
|
||
|
|
||
|
total_epochs = 24
|