Skip to content

Commit

Permalink
Update resnest.py (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghang1989 authored Jun 21, 2020
1 parent 79cb627 commit c4ea0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resnest/torch/resnest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__all__ = ['resnest50', 'resnest101', 'resnest200', 'resnest269']

_url_format = 'https://hangzh.s3.amazonaws.com/encoding/models/{}-{}.pth'
_url_format = 'https://s3.us-west-1.wasabisys.com/resnest/{}-{}.pth'

_model_sha256 = {name: checksum for checksum, name in [
('528c19ca', 'resnest50'),
Expand Down

0 comments on commit c4ea0c0

Please sign in to comment.