Liangyu
add functions
c7f0cc1
raw
history blame
147 Bytes
_base_ = './psgtr_r50.py'
model = dict(backbone=dict(
depth=101,
init_cfg=dict(type='Pretrained', checkpoint='torchvision://resnet101')))