uniformer_image_detection / configs /point_rend /point_rend_r50_caffe_fpn_mstrain_3x_coco.py
SakuraD's picture
update
cdfecf8
raw
history blame
No virus
161 Bytes
_base_ = './point_rend_r50_caffe_fpn_mstrain_1x_coco.py'
# learning policy
lr_config = dict(step=[28, 34])
runner = dict(type='EpochBasedRunner', max_epochs=36)