We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2948a3b commit 341aef7Copy full SHA for 341aef7
hubconf.py
@@ -30,6 +30,6 @@ def resnet50(pretrained: bool = False, **kwargs):
30
torch.hub.load_state_dict_from_url(
31
"https://umich.box.com/shared/static/gsjqm4i4fm1wpzi947h27wweljd8gcpy.pth",
32
progress=False,
33
- )["model"]
+ )
34
)
35
return model
0 commit comments