mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
7 lines
121 B
Python
7 lines
121 B
Python
|
_base_ = './dino_5sc_swinl_12e_coco.py'
|
||
|
|
||
|
# learning policy
|
||
|
lr_config = dict(policy='step', step=[20])
|
||
|
|
||
|
total_epochs = 24
|