alexciru / mlops-finalProject

Other
4 stars 2 forks source link

ImportError: cannot import name 'mobilenet_v3' from 'torchvision.models' #6

Closed EstebanAguayo closed 1 year ago

EstebanAguayo commented 1 year ago

Hey guys I am having an issue importing the model. After some reading it seems that my torch verison may be outdated. I will keep you updated. Current torch version: 1.13.1

EstebanAguayo commented 1 year ago

https://github.com/pytorch/vision/blob/main/torchvision/models/mobilenetv3.py

I could create a file with the whole model

alexciru commented 1 year ago

I think the issue with the import model was fixed👌