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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
import torch
import torchvision
Traceback (most recent call last):
File "", line 1, in
File "/home/ziming/github/vision/torchvision/init.py", line 1, in
from torchvision import models
File "/home/ziming/github/vision/torchvision/models/init.py", line 1, in
from .alexnet import *
File "/home/ziming/github/vision/torchvision/models/alexnet.py", line 2, in
import torch.utils.model_zoo as model_zoo
ModuleNotFoundError: No module named 'torch.utils.model_zoo'
The text was updated successfully, but these errors were encountered:
❓ Questions and Help
The text was updated successfully, but these errors were encountered: