Skip to content

Commit 13af788

Browse files
authored
commit
1 parent d361b73 commit 13af788

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dla.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616

1717
model_urls = {
18-
'res2net_dla60': 'http://mc.nankai.edu.cn/projects/res2net/pretrainmodels/res2net_dla60_4s-d88db7f9.pth',
19-
'res2next_dla60': 'http://mc.nankai.edu.cn/projects/res2net/pretrainmodels/res2next_dla60_4s-d327927b.pth',
18+
'res2net_dla60': 'http://data.kaizhao.net/projects/res2net/pretrained/res2net_dla60_4s-d88db7f9.pth',
19+
'res2next_dla60': 'http://data.kaizhao.net/projects/res2net/pretrained/res2next_dla60_4s-d327927b.pth',
2020

2121
}
2222

@@ -394,4 +394,4 @@ def res2next_dla60(pretrained=None, **kwargs):
394394
images = torch.rand(1, 3, 224, 224).cuda(0)
395395
model = res2next_dla60(pretrained=True)
396396
model = model.cuda(0)
397-
print(model(images).size())
397+
print(model(images).size())

0 commit comments

Comments
 (0)