htc_r101_fpn_20e_coco.py 295 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 _base_ = './htc_r50_fpn_1x_coco.py' model = dict( backbone=dict( depth=101, init_cfg=dict(type='Pretrained', checkpoint='torchvision://resnet101'))) # learning policy lr_config = dict(step=[16, 19]) runner = dict(type='EpochBasedRunner', max_epochs=20)