show / mmdetection-2.26.0 /configs /htc /htc_r50_fpn_20e_coco.py
camenduru's picture
thanks to show ❤
3bbb319
raw
history blame contribute delete
140 Bytes
_base_ = './htc_r50_fpn_1x_coco.py'
# learning policy
lr_config = dict(step=[16, 19])
runner = dict(type='EpochBasedRunner', max_epochs=20)