mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
further reformat
This commit is contained in:
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',
|
'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_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'
|
'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):
|
def load_state_dict(module, state_dict, strict=False, logger=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user