Skip to content

Commit

Permalink
Merge pull request #71 from szatidani/fix-resnet-checkpoints
Browse files Browse the repository at this point in the history
Update resnet checkpoints
  • Loading branch information
yassouali authored May 15, 2020
2 parents 42d1c2c + 0bb373e commit f19cdcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions models/resnet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Origian code and chechpoints by Hang Zhang
# Original code and checkpoints by Hang Zhang
# https://github.com/zhanghang1989/PyTorch-Encoding


Expand All @@ -21,9 +21,9 @@
model_urls = {
'resnet18': 'https://download.pytorch.org/models/resnet18-5c106cde.pth',
'resnet34': 'https://download.pytorch.org/models/resnet34-333f7ec4.pth',
'resnet50': 'https://hangzh.s3.amazonaws.com/encoding/models/resnet50-25c4b509.zip',
'resnet101': 'https://hangzh.s3.amazonaws.com/encoding/models/resnet101-2a57e44d.zip',
'resnet152': 'https://hangzh.s3.amazonaws.com/encoding/models/resnet152-0d43d698.zip'
'resnet50': 'https://hangzh.s3.amazonaws.com/encoding/models/resnet50s-a75c83cf.zip',
'resnet101': 'https://hangzh.s3.amazonaws.com/encoding/models/resnet101s-03a0f310.zip',
'resnet152': 'https://hangzh.s3.amazonaws.com/encoding/models/resnet152s-36670e8b.zip'
}


Expand Down

0 comments on commit f19cdcb

Please sign in to comment.