File size: 147 Bytes
c7f0cc1
 
 
 
 
1
2
3
4
5
6
_base_ = './psgtr_r50.py'

model = dict(backbone=dict(
    depth=101,
    init_cfg=dict(type='Pretrained', checkpoint='torchvision://resnet101')))