You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
🐛 Bug
When ran
torchvision.models.mnasnet1_3(pretrained=True)
got:
The text was updated successfully, but these errors were encountered: