Skip to content

Commit 341aef7

Browse files
authored
Fix #21 — old artifact in hubconf.py
1 parent 2948a3b commit 341aef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hubconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ def resnet50(pretrained: bool = False, **kwargs):
3030
torch.hub.load_state_dict_from_url(
3131
"https://umich.box.com/shared/static/gsjqm4i4fm1wpzi947h27wweljd8gcpy.pth",
3232
progress=False,
33-
)["model"]
33+
)
3434
)
3535
return model

0 commit comments

Comments
 (0)