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
Traceback (most recent call last):
File "breeds_check.py", line 5, in <module>
from robustness import datasets
File "/opt/conda/envs/explainx/lib/python3.8/site-packages/robustness/datasets.py", line 22, in <module>
from . import imagenet_models, cifar_models
File "/opt/conda/envs/explainx/lib/python3.8/site-packages/robustness/imagenet_models/__init__.py", line 3, in <module>
from .vgg import *
File "/opt/conda/envs/explainx/lib/python3.8/site-packages/robustness/imagenet_models/vgg.py", line 3, in <module>
from torchvision.models.utils import load_state_dict_from_url
ModuleNotFoundError: No module named 'torchvision.models.utils'
Running simple checks, I get
Related issues here and here.
The text was updated successfully, but these errors were encountered: