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