mirror of https://github.com/alibaba/EasyCV.git
7 lines
125 B
Python
7 lines
125 B
Python
|
_base_ = './dino_5sc_swinl_12e_coco.py'
|
||
|
|
||
|
# learning policy
|
||
|
lr_config = dict(policy='step', step=[27, 33])
|
||
|
|
||
|
total_epochs = 36
|