vfnet_r101_fpn_2x_coco.py 279 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 _base_ = './vfnet_r50_fpn_1x_coco.py' model = dict( backbone=dict( depth=101, init_cfg=dict(type='Pretrained', checkpoint='torchvision://resnet101'))) lr_config = dict(step=[16, 22]) runner = dict(type='EpochBasedRunner', max_epochs=24)