Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Pytorch-Encoding
Commits
c99b1088
"docs/vscode:/vscode.git/clone" did not exist on "c05356497a07fa1ffb1cc95657e7aa5d0606ec5f"
Unverified
Commit
c99b1088
authored
Jun 28, 2020
by
Hang Zhang
Committed by
GitHub
Jun 28, 2020
Browse files
wasabi url (#288)
parent
2dcac825
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
encoding/models/model_store.py
encoding/models/model_store.py
+2
-2
No files found.
encoding/models/model_store.py
View file @
c99b1088
...
...
@@ -43,8 +43,8 @@ _model_sha1 = {name: checksum for checksum, name in [
(
'b661fd26c49656e01e9487cd9245babb12f37449'
,
'deeplab_resnest269_pcontext'
),
]}
encoding_repo_url
=
'https://
hangzh.
s3
-
us-west-1.
amazonaws.com/
'
_url_format
=
'{repo_url}
encoding/
models/{file_name}.zip'
encoding_repo_url
=
'https://s3
.
us-west-1.
wasabisys.com/encoding
'
_url_format
=
'{repo_url}models/{file_name}.zip'
def
short_hash
(
name
):
if
name
not
in
_model_sha1
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment