Skip to content

Commit

Permalink
update res2net50 url
Browse files Browse the repository at this point in the history
  • Loading branch information
cjld committed Oct 19, 2021
1 parent 5374876 commit 10e28e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/jittor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# file 'LICENSE.txt', which is part of this source code package.
# ***************************************************************

__version__ = '1.3.1.8'
__version__ = '1.3.1.9'
from jittor_utils import lock
with lock.lock_scope():
ori_int = int
Expand Down
10 changes: 5 additions & 5 deletions python/jittor/models/res2net.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

model_urls = {
'res2net50_14w_8s': 'jittorhub://res2net50_14w_8s.pkl',
'res2net50_26w_4s': 'https://cloud.tsinghua.edu.cn/f/927fead9c9884f769d88/?dl=1&fname=/res2net50_26w_4s.pkl',
'res2net50_26w_6s': 'https://cloud.tsinghua.edu.cn/f/067875edf6ca488ba83e/?dl=1&fname=/res2net50_26w_6s.pkl',
'res2net50_26w_8s': 'https://cloud.tsinghua.edu.cn/f/ce1230155a2c4352bf17/?dl=1&fname=/res2net50_26w_8s.pkl',
'res2net50_48w_2s': 'https://cloud.tsinghua.edu.cn/f/b8a4df2b2cb64500b869/?dl=1&fname=/res2net50_48w_2s.pkl',
'res2net101_26w_4s': 'https://cloud.tsinghua.edu.cn/f/b85283bf572649d288bb/?dl=1&fname=/res2net101_26w_4s.pkl',
'res2net50_26w_4s': 'jittorhub://res2net50_26w_4s.pkl',
'res2net50_26w_6s': 'jittorhub://res2net50_26w_6s.pkl',
'res2net50_26w_8s': 'jittorhub://res2net50_26w_8s.pkl',
'res2net50_48w_2s': 'jittorhub://res2net50_48w_2s.pkl',
'res2net101_26w_4s': 'jittorhub://res2net101_26w_4s.pkl',
}


Expand Down

0 comments on commit 10e28e2

Please sign in to comment.