Skip to content

Commit

Permalink
[fbsync] update squeezenet urls (#3581)
Browse files Browse the repository at this point in the history
Summary: Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>

Reviewed By: fmassa

Differential Revision: D27433921

fbshipit-source-id: d2dae04c0b3a90c163f991898a19a22e0bc5493c
  • Loading branch information
parmeet authored and facebook-github-bot committed Apr 1, 2021
1 parent 808971e commit 23f2421
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 23f2421

Please sign in to comment.