"encoding/vscode:/vscode.git/clone" did not exist on "ce461dae8d088253dcd9818d2999d4049bce3493"
Commit 4486b34e authored by pangjm's avatar pangjm
Browse files

further reformat

parent a6c255f2
...@@ -15,7 +15,7 @@ open_mmlab_model_urls = { ...@@ -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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment