further reformat

pull/27/head
pangjm 2018-12-19 17:00:43 +08:00
parent a6c255f2e4
commit 4486b34e3c
1 changed files with 1 additions and 1 deletions

View File

@ -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):