mirror of https://github.com/open-mmlab/mmcv.git
further reformat
parent
a6c255f2e4
commit
4486b34e3c
|
@ -15,7 +15,7 @@ open_mmlab_model_urls = {
|
|||
'resnet101_caffe': 'https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/resnet101_caffe-3ad79236.pth',
|
||||
'resnext101_32x4d': 'https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/resnext101_32x4d-a5af3160.pth',
|
||||
'resnext101_64x4d': 'https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/resnext101_64x4d-ee2c6f71.pth'
|
||||
} # noqa: E501
|
||||
} # noqa: E501
|
||||
|
||||
|
||||
def load_state_dict(module, state_dict, strict=False, logger=None):
|
||||
|
|
Loading…
Reference in New Issue