Skip to content

Commit

Permalink
Fix #21 — old artifact in hubconf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kdexd committed Apr 27, 2021
1 parent 2948a3b commit 341aef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ def resnet50(pretrained: bool = False, **kwargs):
torch.hub.load_state_dict_from_url(
"https://umich.box.com/shared/static/gsjqm4i4fm1wpzi947h27wweljd8gcpy.pth",
progress=False,
)["model"]
)
)
return model

0 comments on commit 341aef7

Please sign in to comment.