Skip to content

torchvision.models.mnasnet1_3(pretrained=True) #3722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tejan-rgb opened this issue Apr 24, 2021 · 2 comments
Closed

torchvision.models.mnasnet1_3(pretrained=True) #3722

tejan-rgb opened this issue Apr 24, 2021 · 2 comments

Comments

@tejan-rgb
Copy link

🐛 Bug

When ran torchvision.models.mnasnet1_3(pretrained=True)
got:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/tejanm/anaconda3/lib/python3.7/site-packages/torchvision/models/mnasnet.py", line 274, in mnasnet1_3
    _load_pretrained("mnasnet1_3", model, progress)
  File "/home/tejanm/anaconda3/lib/python3.7/site-packages/torchvision/models/mnasnet.py", line 212, in _load_pretrained
    "No checkpoint is available for model type {}".format(model_name))
ValueError: No checkpoint is available for model type mnasnet1_3
@oke-aditya
Copy link
Contributor

oke-aditya commented Apr 24, 2021

Hi @tejan-rgb this is a known issue. MNasnet 0_75 and 1_3 pretrained weights are not available in torchvision yet.
Hopefully soon #2707

@tejan-rgb
Copy link
Author

okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants