Skip to content

Commit

Permalink
update squeezenet urls
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Mar 17, 2021
1 parent c00c4d3 commit a7f348f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchvision/models/squeezenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
__all__ = ['SqueezeNet', 'squeezenet1_0', 'squeezenet1_1']

model_urls = {
'squeezenet1_0': 'https://download.pytorch.org/models/squeezenet1_0-a815701f.pth',
'squeezenet1_1': 'https://download.pytorch.org/models/squeezenet1_1-f364aa15.pth',
'squeezenet1_0': 'https://download.pytorch.org/models/squeezenet1_0-b66bff10.pth',
'squeezenet1_1': 'https://download.pytorch.org/models/squeezenet1_1-b8a52dc0.pth',
}


Expand Down

0 comments on commit a7f348f

Please sign in to comment.