"...git@developer.sourcefind.cn:OpenDAS/torch-cluster.git" did not exist on "a7ad84eca1e1a641e7257c87cfc7e983fd6b1bb3"
Unverified Commit c9d4a46a authored by Hang Zhang's avatar Hang Zhang Committed by GitHub
Browse files

Update model_store.py (#282)

parent d9dea172
...@@ -43,7 +43,7 @@ _model_sha1 = {name: checksum for checksum, name in [ ...@@ -43,7 +43,7 @@ _model_sha1 = {name: checksum for checksum, name in [
('b661fd26c49656e01e9487cd9245babb12f37449', 'deeplab_resnest269_pcontext'), ('b661fd26c49656e01e9487cd9245babb12f37449', 'deeplab_resnest269_pcontext'),
]} ]}
encoding_repo_url = 'https://hangzh.s3.amazonaws.com/' encoding_repo_url = 'https://hangzh.s3-us-west-1.amazonaws.com/'
_url_format = '{repo_url}encoding/models/{file_name}.zip' _url_format = '{repo_url}encoding/models/{file_name}.zip'
def short_hash(name): def short_hash(name):
......
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